#e2db2f
a balanced, electric yellow · cool · closest name: gold
RGB
226, 219, 47
HSL
58°, 76%, 54%
CMYK
0, 3, 79, 11
Luminance
0.6704
Every format
| HEX | #e2db2f |
| RGB | rgb(226, 219, 47) |
| HSL | hsl(58, 76%, 54%) |
| CMYK | cmyk(0%, 3%, 79%, 11%) |
| LAB | lab(85.5 -15.4 77.5) |
| LCH | lch(85.5 79.1 101.3) |
| OKLCH | oklch(0.870 0.175 107.0) |
Copy-ready code
/* CSS */
color: #e2db2f;
background-color: #e2db2f;
/* Tailwind (arbitrary) */
class="text-[#e2db2f] bg-[#e2db2f]"
/* SCSS */
$brand: #e2db2f;
/* SwiftUI */
Color(red: 0.886, green: 0.859, blue: 0.184)
/* Android */
Color.parseColor("#e2db2f")Accessibility — WCAG contrast
Aa
#e2db2f on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e2db2f on black: 14.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green85.9%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta3.1%
Yellow79.2%
Key (black)11.4%
Color previews
#e2db2f text on a black background
contrast 14.41:1
Card sample
#e2db2f text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e2db2f;
Background color
Panel with #e2db2f background
background-color: #e2db2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e2db2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 219, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 219, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e2db2f; background: linear-gradient(135deg, #e2db2f, #71E22F);