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