#eadeb7
a light, vivid yellow · cool · closest name: beige
RGB
234, 222, 183
HSL
46°, 55%, 82%
CMYK
0, 5, 22, 8
Luminance
0.7315
Every format
| HEX | #eadeb7 |
| RGB | rgb(234, 222, 183) |
| HSL | hsl(46, 55%, 82%) |
| CMYK | cmyk(0%, 5%, 22%, 8%) |
| LAB | lab(88.5 -2.0 20.6) |
| LCH | lch(88.5 20.7 95.6) |
| OKLCH | oklch(0.900 0.053 92.9) |
Copy-ready code
/* CSS */
color: #eadeb7;
background-color: #eadeb7;
/* Tailwind (arbitrary) */
class="text-[#eadeb7] bg-[#eadeb7]"
/* SCSS */
$brand: #eadeb7;
/* SwiftUI */
Color(red: 0.918, green: 0.871, blue: 0.718)
/* Android */
Color.parseColor("#eadeb7")Accessibility — WCAG contrast
Aa
#eadeb7 on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eadeb7 on black: 15.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green87.1%
Blue71.8%
CMYK percentages
Cyan0.0%
Magenta5.1%
Yellow21.8%
Key (black)8.2%
Color previews
#eadeb7 text on a black background
contrast 15.63:1
Card sample
#eadeb7 text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eadeb7;
Background color
Panel with #eadeb7 background
background-color: #eadeb7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eadeb7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 222, 183, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 222, 183, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eadeb7; background: linear-gradient(135deg, #eadeb7, #D4EAB7);