#e2ce2f
a balanced, electric yellow · cool · closest name: gold
RGB
226, 206, 47
HSL
53°, 76%, 54%
CMYK
0, 9, 79, 11
Luminance
0.6052
Every format
| HEX | #e2ce2f |
| RGB | rgb(226, 206, 47) |
| HSL | hsl(53, 76%, 54%) |
| CMYK | cmyk(0%, 9%, 79%, 11%) |
| LAB | lab(82.1 -8.9 74.6) |
| LCH | lch(82.1 75.1 96.8) |
| OKLCH | oklch(0.843 0.165 101.7) |
Copy-ready code
/* CSS */
color: #e2ce2f;
background-color: #e2ce2f;
/* Tailwind (arbitrary) */
class="text-[#e2ce2f] bg-[#e2ce2f]"
/* SCSS */
$brand: #e2ce2f;
/* SwiftUI */
Color(red: 0.886, green: 0.808, blue: 0.184)
/* Android */
Color.parseColor("#e2ce2f")Accessibility — WCAG contrast
Aa
#e2ce2f on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e2ce2f on black: 13.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green80.8%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta8.8%
Yellow79.2%
Key (black)11.4%
Color previews
#e2ce2f text on a black background
contrast 13.10:1
Card sample
#e2ce2f text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e2ce2f;
Background color
Panel with #e2ce2f background
background-color: #e2ce2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e2ce2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 206, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 206, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e2ce2f; background: linear-gradient(135deg, #e2ce2f, #7FE22F);