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