#e2d492
a light, vivid yellow · cool · closest name: khaki
RGB
226, 212, 146
HSL
50°, 58%, 73%
CMYK
0, 6, 35, 11
Luminance
0.6533
Every format
| HEX | #e2d492 |
| RGB | rgb(226, 212, 146) |
| HSL | hsl(50, 58%, 73%) |
| CMYK | cmyk(0%, 6%, 35%, 11%) |
| LAB | lab(84.7 -4.7 34.4) |
| LCH | lch(84.7 34.8 97.8) |
| OKLCH | oklch(0.866 0.086 97.6) |
Copy-ready code
/* CSS */
color: #e2d492;
background-color: #e2d492;
/* Tailwind (arbitrary) */
class="text-[#e2d492] bg-[#e2d492]"
/* SCSS */
$brand: #e2d492;
/* SwiftUI */
Color(red: 0.886, green: 0.831, blue: 0.573)
/* Android */
Color.parseColor("#e2d492")Accessibility — WCAG contrast
Aa
#e2d492 on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e2d492 on black: 14.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green83.1%
Blue57.3%
CMYK percentages
Cyan0.0%
Magenta6.2%
Yellow35.4%
Key (black)11.4%
Color previews
#e2d492 text on a black background
contrast 14.07:1
Card sample
#e2d492 text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e2d492;
Background color
Panel with #e2d492 background
background-color: #e2d492;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e2d492;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 212, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 212, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e2d492; background: linear-gradient(135deg, #e2d492, #BBE292);