#e2d466
a balanced, vivid yellow · cool · closest name: khaki
RGB
226, 212, 102
HSL
53°, 68%, 64%
CMYK
0, 6, 55, 11
Luminance
0.6422
Every format
| HEX | #e2d466 |
| RGB | rgb(226, 212, 102) |
| HSL | hsl(53, 68%, 64%) |
| CMYK | cmyk(0%, 6%, 55%, 11%) |
| LAB | lab(84.1 -9.0 55.3) |
| LCH | lch(84.1 56.0 99.2) |
| OKLCH | oklch(0.860 0.132 102.1) |
Copy-ready code
/* CSS */
color: #e2d466;
background-color: #e2d466;
/* Tailwind (arbitrary) */
class="text-[#e2d466] bg-[#e2d466]"
/* SCSS */
$brand: #e2d466;
/* SwiftUI */
Color(red: 0.886, green: 0.831, blue: 0.400)
/* Android */
Color.parseColor("#e2d466")Accessibility — WCAG contrast
Aa
#e2d466 on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e2d466 on black: 13.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green83.1%
Blue40.0%
CMYK percentages
Cyan0.0%
Magenta6.2%
Yellow54.9%
Key (black)11.4%
Color previews
#e2d466 text on a black background
contrast 13.84:1
Card sample
#e2d466 text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e2d466;
Background color
Panel with #e2d466 background
background-color: #e2d466;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e2d466;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 212, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 212, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e2d466; background: linear-gradient(135deg, #e2d466, #9DE266);