#fe9af0
a light, electric magenta / pink · warm · closest name: violet
RGB
254, 154, 240
HSL
308°, 98%, 80%
CMYK
0, 39, 6, 0
Luminance
0.5047
Every format
| HEX | #fe9af0 |
| RGB | rgb(254, 154, 240) |
| HSL | hsl(308, 98%, 80%) |
| CMYK | cmyk(0%, 39%, 6%, 0%) |
| LAB | lab(76.4 49.4 -27.5) |
| LCH | lch(76.4 56.5 330.9) |
| OKLCH | oklch(0.816 0.159 332.2) |
Copy-ready code
/* CSS */
color: #fe9af0;
background-color: #fe9af0;
/* Tailwind (arbitrary) */
class="text-[#fe9af0] bg-[#fe9af0]"
/* SCSS */
$brand: #fe9af0;
/* SwiftUI */
Color(red: 0.996, green: 0.604, blue: 0.941)
/* Android */
Color.parseColor("#fe9af0")Accessibility — WCAG contrast
Aa
#fe9af0 on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fe9af0 on black: 11.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green60.4%
Blue94.1%
CMYK percentages
Cyan0.0%
Magenta39.4%
Yellow5.5%
Key (black)0.4%
Color previews
#fe9af0 text on a black background
contrast 11.09:1
Card sample
#fe9af0 text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe9af0;
Background color
Panel with #fe9af0 background
background-color: #fe9af0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe9af0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 154, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 154, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe9af0; background: linear-gradient(135deg, #fe9af0, #FE9AAD);