#eadebf
a light, vivid yellow · warm · closest name: beige
RGB
234, 222, 191
HSL
43°, 51%, 83%
CMYK
0, 5, 18, 8
Luminance
0.7350
Every format
| HEX | #eadebf |
| RGB | rgb(234, 222, 191) |
| HSL | hsl(43, 51%, 83%) |
| CMYK | cmyk(0%, 5%, 18%, 8%) |
| LAB | lab(88.7 -0.9 16.7) |
| LCH | lch(88.7 16.7 92.9) |
| OKLCH | oklch(0.902 0.043 89.4) |
Copy-ready code
/* CSS */
color: #eadebf;
background-color: #eadebf;
/* Tailwind (arbitrary) */
class="text-[#eadebf] bg-[#eadebf]"
/* SCSS */
$brand: #eadebf;
/* SwiftUI */
Color(red: 0.918, green: 0.871, blue: 0.749)
/* Android */
Color.parseColor("#eadebf")Accessibility — WCAG contrast
Aa
#eadebf on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eadebf on black: 15.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green87.1%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta5.1%
Yellow18.4%
Key (black)8.2%
Color previews
#eadebf text on a black background
contrast 15.70:1
Card sample
#eadebf text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eadebf;
Background color
Panel with #eadebf background
background-color: #eadebf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eadebf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 222, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 222, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eadebf; background: linear-gradient(135deg, #eadebf, #D9EABF);