#fe9abc
a light, electric magenta / pink · warm · closest name: pink
RGB
254, 154, 188
HSL
340°, 98%, 80%
CMYK
0, 39, 26, 0
Luminance
0.4781
Every format
| HEX | #fe9abc |
| RGB | rgb(254, 154, 188) |
| HSL | hsl(340, 98%, 80%) |
| CMYK | cmyk(0%, 39%, 26%, 0%) |
| LAB | lab(74.7 41.5 -1.5) |
| LCH | lch(74.7 41.5 358.0) |
| OKLCH | oklch(0.798 0.125 358.5) |
Copy-ready code
/* CSS */
color: #fe9abc;
background-color: #fe9abc;
/* Tailwind (arbitrary) */
class="text-[#fe9abc] bg-[#fe9abc]"
/* SCSS */
$brand: #fe9abc;
/* SwiftUI */
Color(red: 0.996, green: 0.604, blue: 0.737)
/* Android */
Color.parseColor("#fe9abc")Accessibility — WCAG contrast
Aa
#fe9abc on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fe9abc on black: 10.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green60.4%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta39.4%
Yellow26.0%
Key (black)0.4%
Color previews
#fe9abc text on a black background
contrast 10.56:1
Card sample
#fe9abc text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe9abc;
Background color
Panel with #fe9abc background
background-color: #fe9abc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe9abc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 154, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 154, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe9abc; background: linear-gradient(135deg, #fe9abc, #FEBB9A);