Color #FF66D9
#FF66D9rgb(255, 102, 217)
Color Codes
HEX#FF66D9
RGBrgb(255, 102, 217)
HSLhsl(315°, 100%, 70%)
CMYKcmyk(0%, 60%, 15%, 0%)
CIELABLab(66.3, 70.4, -30.2)
Color Schemes
Tints & Shades
CSS Code Snippets
background-color: #FF66D9;color: #FF66D9;border: 2px solid #FF66D9;background: linear-gradient(135deg, #FF66D9, #66ff8c);Code Export
css
:root {
--color-primary: #ff66d9;
--color-primary-rgb: 255, 102, 217;
--color-primary-hsl: 315, 100%, 70%;
}