#feace6
a light, electric magenta / pink · warm · closest name: plum
RGB
254, 172, 230
HSL
318°, 98%, 84%
CMYK
0, 32, 9, 0
Luminance
0.5629
Every format
| HEX | #feace6 |
| RGB | rgb(254, 172, 230) |
| HSL | hsl(318, 98%, 84%) |
| CMYK | cmyk(0%, 32%, 9%, 0%) |
| LAB | lab(79.8 38.5 -16.9) |
| LCH | lch(79.8 42.0 336.4) |
| OKLCH | oklch(0.841 0.120 338.0) |
Copy-ready code
/* CSS */
color: #feace6;
background-color: #feace6;
/* Tailwind (arbitrary) */
class="text-[#feace6] bg-[#feace6]"
/* SCSS */
$brand: #feace6;
/* SwiftUI */
Color(red: 0.996, green: 0.675, blue: 0.902)
/* Android */
Color.parseColor("#feace6")Accessibility — WCAG contrast
Aa
#feace6 on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#feace6 on black: 12.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green67.5%
Blue90.2%
CMYK percentages
Cyan0.0%
Magenta32.3%
Yellow9.4%
Key (black)0.4%
Color previews
#feace6 text on a black background
contrast 12.26:1
Card sample
#feace6 text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #feace6;
Background color
Panel with #feace6 background
background-color: #feace6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #feace6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 172, 230, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 172, 230, 0.45);
Border & gradient
Gradient panel
border: 3px solid #feace6; background: linear-gradient(135deg, #feace6, #FEACAF);