#febab7
a pale, electric red · warm · closest name: pink
RGB
254, 186, 183
HSL
3°, 97%, 86%
CMYK
0, 27, 28, 0
Luminance
0.5961
Every format
| HEX | #febab7 |
| RGB | rgb(254, 186, 183) |
| HSL | hsl(3, 97%, 86%) |
| CMYK | cmyk(0%, 27%, 28%, 0%) |
| LAB | lab(81.6 24.1 11.2) |
| LCH | lch(81.6 26.6 24.9) |
| OKLCH | oklch(0.851 0.079 21.7) |
Copy-ready code
/* CSS */
color: #febab7;
background-color: #febab7;
/* Tailwind (arbitrary) */
class="text-[#febab7] bg-[#febab7]"
/* SCSS */
$brand: #febab7;
/* SwiftUI */
Color(red: 0.996, green: 0.729, blue: 0.718)
/* Android */
Color.parseColor("#febab7")Accessibility — WCAG contrast
Aa
#febab7 on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#febab7 on black: 12.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green72.9%
Blue71.8%
CMYK percentages
Cyan0.0%
Magenta26.8%
Yellow28.0%
Key (black)0.4%
Color previews
#febab7 text on a black background
contrast 12.92:1
Card sample
#febab7 text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #febab7;
Background color
Panel with #febab7 background
background-color: #febab7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #febab7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 186, 183, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 186, 183, 0.45);
Border & gradient
Gradient panel
border: 3px solid #febab7; background: linear-gradient(135deg, #febab7, #FEE9B7);