#feafd2
a light, electric magenta / pink · warm · closest name: pink
RGB
254, 175, 210
HSL
333°, 98%, 84%
CMYK
0, 31, 17, 0
Luminance
0.5638
Every format
| HEX | #feafd2 |
| RGB | rgb(254, 175, 210) |
| HSL | hsl(333, 98%, 84%) |
| CMYK | cmyk(0%, 31%, 17%, 0%) |
| LAB | lab(79.8 33.8 -6.0) |
| LCH | lch(79.8 34.3 350.0) |
| OKLCH | oklch(0.839 0.102 351.3) |
Copy-ready code
/* CSS */
color: #feafd2;
background-color: #feafd2;
/* Tailwind (arbitrary) */
class="text-[#feafd2] bg-[#feafd2]"
/* SCSS */
$brand: #feafd2;
/* SwiftUI */
Color(red: 0.996, green: 0.686, blue: 0.824)
/* Android */
Color.parseColor("#feafd2")Accessibility — WCAG contrast
Aa
#feafd2 on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#feafd2 on black: 12.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green68.6%
Blue82.4%
CMYK percentages
Cyan0.0%
Magenta31.1%
Yellow17.3%
Key (black)0.4%
Color previews
#feafd2 text on a black background
contrast 12.28:1
Card sample
#feafd2 text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #feafd2;
Background color
Panel with #feafd2 background
background-color: #feafd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #feafd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 175, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 175, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #feafd2; background: linear-gradient(135deg, #feafd2, #FEC1AF);