#ff66df
a light, electric magenta / pink · warm · closest name: violet
RGB
255, 102, 223
HSL
313°, 100%, 70%
CMYK
0, 60, 13, 0
Luminance
0.3609
Every format
| HEX | #ff66df |
| RGB | rgb(255, 102, 223) |
| HSL | hsl(313, 100%, 70%) |
| CMYK | cmyk(0%, 60%, 13%, 0%) |
| LAB | lab(66.6 71.3 -33.2) |
| LCH | lch(66.6 78.6 335.0) |
| OKLCH | oklch(0.742 0.227 336.7) |
Copy-ready code
/* CSS */
color: #ff66df;
background-color: #ff66df;
/* Tailwind (arbitrary) */
class="text-[#ff66df] bg-[#ff66df]"
/* SCSS */
$brand: #ff66df;
/* SwiftUI */
Color(red: 1.000, green: 0.400, blue: 0.875)
/* Android */
Color.parseColor("#ff66df")Accessibility — WCAG contrast
Aa
#ff66df on white: 2.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff66df on black: 8.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green40.0%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta60.0%
Yellow12.5%
Key (black)0.0%
Color previews
#ff66df text on a black background
contrast 8.22:1
Card sample
#ff66df text on a white background
contrast 2.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff66df;
Background color
Panel with #ff66df background
background-color: #ff66df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff66df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 102, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 102, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff66df; background: linear-gradient(135deg, #ff66df, #FF6679);