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