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