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