#fe8fef
a light, electric magenta / pink · warm · closest name: violet
RGB
254, 143, 239
HSL
308°, 98%, 78%
CMYK
0, 44, 6, 0
Luminance
0.4695
Every format
| HEX | #fe8fef |
| RGB | rgb(254, 143, 239) |
| HSL | hsl(308, 98%, 78%) |
| CMYK | cmyk(0%, 44%, 6%, 0%) |
| LAB | lab(74.2 54.8 -30.3) |
| LCH | lch(74.2 62.6 331.0) |
| OKLCH | oklch(0.799 0.176 332.2) |
Copy-ready code
/* CSS */
color: #fe8fef;
background-color: #fe8fef;
/* Tailwind (arbitrary) */
class="text-[#fe8fef] bg-[#fe8fef]"
/* SCSS */
$brand: #fe8fef;
/* SwiftUI */
Color(red: 0.996, green: 0.561, blue: 0.937)
/* Android */
Color.parseColor("#fe8fef")Accessibility — WCAG contrast
Aa
#fe8fef on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fe8fef on black: 10.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green56.1%
Blue93.7%
CMYK percentages
Cyan0.0%
Magenta43.7%
Yellow5.9%
Key (black)0.4%
Color previews
#fe8fef text on a black background
contrast 10.39:1
Card sample
#fe8fef text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe8fef;
Background color
Panel with #fe8fef background
background-color: #fe8fef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe8fef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 143, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 143, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe8fef; background: linear-gradient(135deg, #fe8fef, #FE8FA5);