#feacee
a light, electric magenta / pink · warm · closest name: plum
RGB
254, 172, 238
HSL
312°, 98%, 84%
CMYK
0, 32, 6, 0
Luminance
0.5675
Every format
| HEX | #feacee |
| RGB | rgb(254, 172, 238) |
| HSL | hsl(312, 98%, 84%) |
| CMYK | cmyk(0%, 32%, 6%, 0%) |
| LAB | lab(80.0 39.8 -20.8) |
| LCH | lch(80.0 44.9 332.5) |
| OKLCH | oklch(0.844 0.127 333.9) |
Copy-ready code
/* CSS */
color: #feacee;
background-color: #feacee;
/* Tailwind (arbitrary) */
class="text-[#feacee] bg-[#feacee]"
/* SCSS */
$brand: #feacee;
/* SwiftUI */
Color(red: 0.996, green: 0.675, blue: 0.933)
/* Android */
Color.parseColor("#feacee")Accessibility — WCAG contrast
Aa
#feacee on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#feacee on black: 12.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green67.5%
Blue93.3%
CMYK percentages
Cyan0.0%
Magenta32.3%
Yellow6.3%
Key (black)0.4%
Color previews
#feacee text on a black background
contrast 12.35:1
Card sample
#feacee text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #feacee;
Background color
Panel with #feacee background
background-color: #feacee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #feacee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 172, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 172, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #feacee; background: linear-gradient(135deg, #feacee, #FEACB7);