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