#e2cf0b
a balanced, electric yellow · cool · closest name: gold
RGB
226, 207, 11
HSL
55°, 91%, 47%
CMYK
0, 8, 95, 11
Luminance
0.6082
Every format
| HEX | #e2cf0b |
| RGB | rgb(226, 207, 11) |
| HSL | hsl(55, 91%, 47%) |
| CMYK | cmyk(0%, 8%, 95%, 11%) |
| LAB | lab(82.3 -10.2 81.6) |
| LCH | lch(82.3 82.2 97.1) |
| OKLCH | oklch(0.844 0.176 102.7) |
Copy-ready code
/* CSS */
color: #e2cf0b;
background-color: #e2cf0b;
/* Tailwind (arbitrary) */
class="text-[#e2cf0b] bg-[#e2cf0b]"
/* SCSS */
$brand: #e2cf0b;
/* SwiftUI */
Color(red: 0.886, green: 0.812, blue: 0.043)
/* Android */
Color.parseColor("#e2cf0b")Accessibility — WCAG contrast
Aa
#e2cf0b on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e2cf0b on black: 13.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green81.2%
Blue4.3%
CMYK percentages
Cyan0.0%
Magenta8.4%
Yellow95.1%
Key (black)11.4%
Color previews
#e2cf0b text on a black background
contrast 13.16:1
Card sample
#e2cf0b text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e2cf0b;
Background color
Panel with #e2cf0b background
background-color: #e2cf0b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e2cf0b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 207, 11, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 207, 11, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e2cf0b; background: linear-gradient(135deg, #e2cf0b, #66E20B);