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