#febfba
a pale, electric red · warm · closest name: pink
RGB
254, 191, 186
HSL
4°, 97%, 86%
CMYK
0, 25, 27, 0
Luminance
0.6188
Every format
| HEX | #febfba |
| RGB | rgb(254, 191, 186) |
| HSL | hsl(4, 97%, 86%) |
| CMYK | cmyk(0%, 25%, 27%, 0%) |
| LAB | lab(82.8 21.9 11.4) |
| LCH | lch(82.8 24.7 27.4) |
| OKLCH | oklch(0.861 0.073 23.9) |
Copy-ready code
/* CSS */
color: #febfba;
background-color: #febfba;
/* Tailwind (arbitrary) */
class="text-[#febfba] bg-[#febfba]"
/* SCSS */
$brand: #febfba;
/* SwiftUI */
Color(red: 0.996, green: 0.749, blue: 0.729)
/* Android */
Color.parseColor("#febfba")Accessibility — WCAG contrast
Aa
#febfba on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#febfba on black: 13.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green74.9%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta24.8%
Yellow26.8%
Key (black)0.4%
Color previews
#febfba text on a black background
contrast 13.38:1
Card sample
#febfba text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #febfba;
Background color
Panel with #febfba background
background-color: #febfba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #febfba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 191, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 191, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #febfba; background: linear-gradient(135deg, #febfba, #FEECBA);