#febbab
a light, electric red · warm · closest name: pink
RGB
254, 187, 171
HSL
12°, 98%, 83%
CMYK
0, 26, 33, 0
Luminance
0.5955
Every format
| HEX | #febbab |
| RGB | rgb(254, 187, 171) |
| HSL | hsl(12, 98%, 83%) |
| CMYK | cmyk(0%, 26%, 33%, 0%) |
| LAB | lab(81.6 22.1 17.6) |
| LCH | lch(81.6 28.2 38.6) |
| OKLCH | oklch(0.850 0.081 33.8) |
Copy-ready code
/* CSS */
color: #febbab;
background-color: #febbab;
/* Tailwind (arbitrary) */
class="text-[#febbab] bg-[#febbab]"
/* SCSS */
$brand: #febbab;
/* SwiftUI */
Color(red: 0.996, green: 0.733, blue: 0.671)
/* Android */
Color.parseColor("#febbab")Accessibility — WCAG contrast
Aa
#febbab on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#febbab on black: 12.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green73.3%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta26.4%
Yellow32.7%
Key (black)0.4%
Color previews
#febbab text on a black background
contrast 12.91:1
Card sample
#febbab text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #febbab;
Background color
Panel with #febbab background
background-color: #febbab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #febbab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 187, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 187, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #febbab; background: linear-gradient(135deg, #febbab, #FEF2AB);