#e2d652
a balanced, vivid yellow · cool · closest name: khaki
RGB
226, 214, 82
HSL
55°, 71%, 60%
CMYK
0, 5, 64, 11
Luminance
0.6487
Every format
| HEX | #e2d652 |
| RGB | rgb(226, 214, 82) |
| HSL | hsl(55, 71%, 60%) |
| CMYK | cmyk(0%, 5%, 64%, 11%) |
| LAB | lab(84.4 -11.3 64.4) |
| LCH | lch(84.4 65.4 100.0) |
| OKLCH | oklch(0.862 0.150 104.1) |
Copy-ready code
/* CSS */
color: #e2d652;
background-color: #e2d652;
/* Tailwind (arbitrary) */
class="text-[#e2d652] bg-[#e2d652]"
/* SCSS */
$brand: #e2d652;
/* SwiftUI */
Color(red: 0.886, green: 0.839, blue: 0.322)
/* Android */
Color.parseColor("#e2d652")Accessibility — WCAG contrast
Aa
#e2d652 on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e2d652 on black: 13.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green83.9%
Blue32.2%
CMYK percentages
Cyan0.0%
Magenta5.3%
Yellow63.7%
Key (black)11.4%
Color previews
#e2d652 text on a black background
contrast 13.97:1
Card sample
#e2d652 text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e2d652;
Background color
Panel with #e2d652 background
background-color: #e2d652;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e2d652;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 214, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 214, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e2d652; background: linear-gradient(135deg, #e2d652, #8EE252);