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