#fe8af8
a light, electric magenta / pink · warm · closest name: violet
RGB
254, 138, 248
HSL
303°, 98%, 77%
CMYK
0, 46, 2, 0
Luminance
0.4603
Every format
| HEX | #fe8af8 |
| RGB | rgb(254, 138, 248) |
| HSL | hsl(303, 98%, 77%) |
| CMYK | cmyk(0%, 46%, 2%, 0%) |
| LAB | lab(73.6 58.7 -36.1) |
| LCH | lch(73.6 68.9 328.4) |
| OKLCH | oklch(0.796 0.192 329.1) |
Copy-ready code
/* CSS */
color: #fe8af8;
background-color: #fe8af8;
/* Tailwind (arbitrary) */
class="text-[#fe8af8] bg-[#fe8af8]"
/* SCSS */
$brand: #fe8af8;
/* SwiftUI */
Color(red: 0.996, green: 0.541, blue: 0.973)
/* Android */
Color.parseColor("#fe8af8")Accessibility — WCAG contrast
Aa
#fe8af8 on white: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fe8af8 on black: 10.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green54.1%
Blue97.3%
CMYK percentages
Cyan0.0%
Magenta45.7%
Yellow2.4%
Key (black)0.4%
Color previews
#fe8af8 text on a black background
contrast 10.21:1
Card sample
#fe8af8 text on a white background
contrast 2.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe8af8;
Background color
Panel with #fe8af8 background
background-color: #fe8af8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe8af8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 138, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 138, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe8af8; background: linear-gradient(135deg, #fe8af8, #FE8AAB);