#feafad
a light, electric red · warm · closest name: pink
RGB
254, 175, 173
HSL
2°, 98%, 84%
CMYK
0, 31, 32, 0
Luminance
0.5475
Every format
| HEX | #feafad |
| RGB | rgb(254, 175, 173) |
| HSL | hsl(2, 98%, 84%) |
| CMYK | cmyk(0%, 31%, 32%, 0%) |
| LAB | lab(78.9 28.6 12.8) |
| LCH | lch(78.9 31.3 24.0) |
| OKLCH | oklch(0.829 0.093 20.9) |
Copy-ready code
/* CSS */
color: #feafad;
background-color: #feafad;
/* Tailwind (arbitrary) */
class="text-[#feafad] bg-[#feafad]"
/* SCSS */
$brand: #feafad;
/* SwiftUI */
Color(red: 0.996, green: 0.686, blue: 0.678)
/* Android */
Color.parseColor("#feafad")Accessibility — WCAG contrast
Aa
#feafad on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#feafad on black: 11.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green68.6%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta31.1%
Yellow31.9%
Key (black)0.4%
Color previews
#feafad text on a black background
contrast 11.95:1
Card sample
#feafad text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #feafad;
Background color
Panel with #feafad background
background-color: #feafad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #feafad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 175, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 175, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #feafad; background: linear-gradient(135deg, #feafad, #FEE5AD);