#eadeab
a light, vivid yellow · cool · closest name: tan
RGB
234, 222, 171
HSL
49°, 60%, 79%
CMYK
0, 5, 27, 8
Luminance
0.7268
Every format
| HEX | #eadeab |
| RGB | rgb(234, 222, 171) |
| HSL | hsl(49, 60%, 79%) |
| CMYK | cmyk(0%, 5%, 27%, 8%) |
| LAB | lab(88.3 -3.7 26.6) |
| LCH | lch(88.3 26.8 97.8) |
| OKLCH | oklch(0.898 0.068 96.4) |
Copy-ready code
/* CSS */
color: #eadeab;
background-color: #eadeab;
/* Tailwind (arbitrary) */
class="text-[#eadeab] bg-[#eadeab]"
/* SCSS */
$brand: #eadeab;
/* SwiftUI */
Color(red: 0.918, green: 0.871, blue: 0.671)
/* Android */
Color.parseColor("#eadeab")Accessibility — WCAG contrast
Aa
#eadeab on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eadeab on black: 15.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green87.1%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta5.1%
Yellow26.9%
Key (black)8.2%
Color previews
#eadeab text on a black background
contrast 15.54:1
Card sample
#eadeab text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eadeab;
Background color
Panel with #eadeab background
background-color: #eadeab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eadeab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 222, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 222, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eadeab; background: linear-gradient(135deg, #eadeab, #CCEAAB);