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