#febab2
a light, electric red · warm · closest name: pink
RGB
254, 186, 178
HSL
6°, 97%, 85%
CMYK
0, 27, 30, 0
Luminance
0.5940
Every format
| HEX | #febab2 |
| RGB | rgb(254, 186, 178) |
| HSL | hsl(6, 97%, 85%) |
| CMYK | cmyk(0%, 27%, 30%, 0%) |
| LAB | lab(81.5 23.5 13.8) |
| LCH | lch(81.5 27.2 30.3) |
| OKLCH | oklch(0.850 0.080 26.4) |
Copy-ready code
/* CSS */
color: #febab2;
background-color: #febab2;
/* Tailwind (arbitrary) */
class="text-[#febab2] bg-[#febab2]"
/* SCSS */
$brand: #febab2;
/* SwiftUI */
Color(red: 0.996, green: 0.729, blue: 0.698)
/* Android */
Color.parseColor("#febab2")Accessibility — WCAG contrast
Aa
#febab2 on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#febab2 on black: 12.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green72.9%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta26.8%
Yellow29.9%
Key (black)0.4%
Color previews
#febab2 text on a black background
contrast 12.88:1
Card sample
#febab2 text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #febab2;
Background color
Panel with #febab2 background
background-color: #febab2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #febab2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 186, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 186, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #febab2; background: linear-gradient(135deg, #febab2, #FEEDB2);