#fabeb2
a light, electric red · warm · closest name: pink
RGB
250, 190, 178
HSL
10°, 88%, 84%
CMYK
0, 24, 29, 2
Luminance
0.6037
Every format
| HEX | #fabeb2 |
| RGB | rgb(250, 190, 178) |
| HSL | hsl(10, 88%, 84%) |
| CMYK | cmyk(0%, 24%, 29%, 2%) |
| LAB | lab(82.0 19.9 14.4) |
| LCH | lch(82.0 24.6 35.9) |
| OKLCH | oklch(0.853 0.072 31.4) |
Copy-ready code
/* CSS */
color: #fabeb2;
background-color: #fabeb2;
/* Tailwind (arbitrary) */
class="text-[#fabeb2] bg-[#fabeb2]"
/* SCSS */
$brand: #fabeb2;
/* SwiftUI */
Color(red: 0.980, green: 0.745, blue: 0.698)
/* Android */
Color.parseColor("#fabeb2")Accessibility — WCAG contrast
Aa
#fabeb2 on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fabeb2 on black: 13.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green74.5%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta24.0%
Yellow28.8%
Key (black)2.0%
Color previews
#fabeb2 text on a black background
contrast 13.07:1
Card sample
#fabeb2 text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fabeb2;
Background color
Panel with #fabeb2 background
background-color: #fabeb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fabeb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 190, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 190, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fabeb2; background: linear-gradient(135deg, #fabeb2, #FAEEB2);