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