#eadeb9
a light, vivid yellow · cool · closest name: beige
RGB
234, 222, 185
HSL
45°, 54%, 82%
CMYK
0, 5, 21, 8
Luminance
0.7324
Every format
| HEX | #eadeb9 |
| RGB | rgb(234, 222, 185) |
| HSL | hsl(45, 54%, 82%) |
| CMYK | cmyk(0%, 5%, 21%, 8%) |
| LAB | lab(88.6 -1.7 19.7) |
| LCH | lch(88.6 19.7 95.1) |
| OKLCH | oklch(0.901 0.050 92.2) |
Copy-ready code
/* CSS */
color: #eadeb9;
background-color: #eadeb9;
/* Tailwind (arbitrary) */
class="text-[#eadeb9] bg-[#eadeb9]"
/* SCSS */
$brand: #eadeb9;
/* SwiftUI */
Color(red: 0.918, green: 0.871, blue: 0.725)
/* Android */
Color.parseColor("#eadeb9")Accessibility — WCAG contrast
Aa
#eadeb9 on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eadeb9 on black: 15.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green87.1%
Blue72.5%
CMYK percentages
Cyan0.0%
Magenta5.1%
Yellow20.9%
Key (black)8.2%
Color previews
#eadeb9 text on a black background
contrast 15.65:1
Card sample
#eadeb9 text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eadeb9;
Background color
Panel with #eadeb9 background
background-color: #eadeb9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eadeb9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 222, 185, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 222, 185, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eadeb9; background: linear-gradient(135deg, #eadeb9, #D5EAB9);