#eae2ac
a light, vivid yellow · cool · closest name: beige
RGB
234, 226, 172
HSL
52°, 60%, 80%
CMYK
0, 3, 27, 8
Luminance
0.7486
Every format
| HEX | #eae2ac |
| RGB | rgb(234, 226, 172) |
| HSL | hsl(52, 60%, 80%) |
| CMYK | cmyk(0%, 3%, 27%, 8%) |
| LAB | lab(89.3 -5.6 27.4) |
| LCH | lch(89.3 28.0 101.5) |
| OKLCH | oklch(0.906 0.070 100.6) |
Copy-ready code
/* CSS */
color: #eae2ac;
background-color: #eae2ac;
/* Tailwind (arbitrary) */
class="text-[#eae2ac] bg-[#eae2ac]"
/* SCSS */
$brand: #eae2ac;
/* SwiftUI */
Color(red: 0.918, green: 0.886, blue: 0.675)
/* Android */
Color.parseColor("#eae2ac")Accessibility — WCAG contrast
Aa
#eae2ac on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eae2ac on black: 15.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green88.6%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta3.4%
Yellow26.5%
Key (black)8.2%
Color previews
#eae2ac text on a black background
contrast 15.97:1
Card sample
#eae2ac text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eae2ac;
Background color
Panel with #eae2ac background
background-color: #eae2ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eae2ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 226, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 226, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eae2ac; background: linear-gradient(135deg, #eae2ac, #C9EAAC);