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