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