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