#febaad
a light, electric red · warm · closest name: pink
RGB
254, 186, 173
HSL
10°, 98%, 84%
CMYK
0, 27, 32, 0
Luminance
0.5921
Every format
| HEX | #febaad |
| RGB | rgb(254, 186, 173) |
| HSL | hsl(10, 98%, 84%) |
| CMYK | cmyk(0%, 27%, 32%, 0%) |
| LAB | lab(81.4 22.9 16.3) |
| LCH | lch(81.4 28.1 35.5) |
| OKLCH | oklch(0.848 0.082 31.0) |
Copy-ready code
/* CSS */
color: #febaad;
background-color: #febaad;
/* Tailwind (arbitrary) */
class="text-[#febaad] bg-[#febaad]"
/* SCSS */
$brand: #febaad;
/* SwiftUI */
Color(red: 0.996, green: 0.729, blue: 0.678)
/* Android */
Color.parseColor("#febaad")Accessibility — WCAG contrast
Aa
#febaad on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#febaad on black: 12.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green72.9%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta26.8%
Yellow31.9%
Key (black)0.4%
Color previews
#febaad text on a black background
contrast 12.84:1
Card sample
#febaad text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #febaad;
Background color
Panel with #febaad background
background-color: #febaad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #febaad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 186, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 186, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #febaad; background: linear-gradient(135deg, #febaad, #FEF0AD);