#fe66df
a light, electric magenta / pink · warm · closest name: violet
RGB
254, 102, 223
HSL
312°, 99%, 70%
CMYK
0, 60, 12, 0
Luminance
0.3590
Every format
| HEX | #fe66df |
| RGB | rgb(254, 102, 223) |
| HSL | hsl(312, 99%, 70%) |
| CMYK | cmyk(0%, 60%, 12%, 0%) |
| LAB | lab(66.5 71.0 -33.4) |
| LCH | lch(66.5 78.5 334.8) |
| OKLCH | oklch(0.740 0.227 336.4) |
Copy-ready code
/* CSS */
color: #fe66df;
background-color: #fe66df;
/* Tailwind (arbitrary) */
class="text-[#fe66df] bg-[#fe66df]"
/* SCSS */
$brand: #fe66df;
/* SwiftUI */
Color(red: 0.996, green: 0.400, blue: 0.875)
/* Android */
Color.parseColor("#fe66df")Accessibility — WCAG contrast
Aa
#fe66df on white: 2.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fe66df on black: 8.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green40.0%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta59.8%
Yellow12.2%
Key (black)0.4%
Color previews
#fe66df text on a black background
contrast 8.18:1
Card sample
#fe66df text on a white background
contrast 2.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe66df;
Background color
Panel with #fe66df background
background-color: #fe66df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe66df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 102, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 102, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe66df; background: linear-gradient(135deg, #fe66df, #FE667A);