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