#e2cc4f
a balanced, vivid yellow · cool · closest name: khaki
RGB
226, 204, 79
HSL
51°, 72%, 60%
CMYK
0, 10, 65, 11
Luminance
0.5992
Every format
| HEX | #e2cc4f |
| RGB | rgb(226, 204, 79) |
| HSL | hsl(51, 72%, 60%) |
| CMYK | cmyk(0%, 10%, 65%, 11%) |
| LAB | lab(81.8 -6.5 62.9) |
| LCH | lch(81.8 63.2 95.9) |
| OKLCH | oklch(0.841 0.144 99.2) |
Copy-ready code
/* CSS */
color: #e2cc4f;
background-color: #e2cc4f;
/* Tailwind (arbitrary) */
class="text-[#e2cc4f] bg-[#e2cc4f]"
/* SCSS */
$brand: #e2cc4f;
/* SwiftUI */
Color(red: 0.886, green: 0.800, blue: 0.310)
/* Android */
Color.parseColor("#e2cc4f")Accessibility — WCAG contrast
Aa
#e2cc4f on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e2cc4f on black: 12.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green80.0%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta9.7%
Yellow65.0%
Key (black)11.4%
Color previews
#e2cc4f text on a black background
contrast 12.98:1
Card sample
#e2cc4f text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e2cc4f;
Background color
Panel with #e2cc4f background
background-color: #e2cc4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e2cc4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 204, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 204, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e2cc4f; background: linear-gradient(135deg, #e2cc4f, #96E24F);