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