#eadeb3
a light, vivid yellow · cool · closest name: beige
RGB
234, 222, 179
HSL
47°, 57%, 81%
CMYK
0, 5, 24, 8
Luminance
0.7299
Every format
| HEX | #eadeb3 |
| RGB | rgb(234, 222, 179) |
| HSL | hsl(47, 57%, 81%) |
| CMYK | cmyk(0%, 5%, 24%, 8%) |
| LAB | lab(88.4 -2.6 22.6) |
| LCH | lch(88.4 22.8 96.5) |
| OKLCH | oklch(0.899 0.058 94.3) |
Copy-ready code
/* CSS */
color: #eadeb3;
background-color: #eadeb3;
/* Tailwind (arbitrary) */
class="text-[#eadeb3] bg-[#eadeb3]"
/* SCSS */
$brand: #eadeb3;
/* SwiftUI */
Color(red: 0.918, green: 0.871, blue: 0.702)
/* Android */
Color.parseColor("#eadeb3")Accessibility — WCAG contrast
Aa
#eadeb3 on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eadeb3 on black: 15.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green87.1%
Blue70.2%
CMYK percentages
Cyan0.0%
Magenta5.1%
Yellow23.5%
Key (black)8.2%
Color previews
#eadeb3 text on a black background
contrast 15.60:1
Card sample
#eadeb3 text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eadeb3;
Background color
Panel with #eadeb3 background
background-color: #eadeb3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eadeb3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 222, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 222, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eadeb3; background: linear-gradient(135deg, #eadeb3, #D1EAB3);