#e2b607
a balanced, electric yellow · cool · closest name: gold
RGB
226, 182, 7
HSL
48°, 94%, 46%
CMYK
0, 20, 97, 11
Luminance
0.4964
Every format
| HEX | #e2b607 |
| RGB | rgb(226, 182, 7) |
| HSL | hsl(48, 94%, 46%) |
| CMYK | cmyk(0%, 20%, 97%, 11%) |
| LAB | lab(75.8 2.6 77.3) |
| LCH | lch(75.8 77.4 88.0) |
| OKLCH | oklch(0.793 0.161 91.0) |
Copy-ready code
/* CSS */
color: #e2b607;
background-color: #e2b607;
/* Tailwind (arbitrary) */
class="text-[#e2b607] bg-[#e2b607]"
/* SCSS */
$brand: #e2b607;
/* SwiftUI */
Color(red: 0.886, green: 0.714, blue: 0.027)
/* Android */
Color.parseColor("#e2b607")Accessibility — WCAG contrast
Aa
#e2b607 on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e2b607 on black: 10.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green71.4%
Blue2.7%
CMYK percentages
Cyan0.0%
Magenta19.5%
Yellow96.9%
Key (black)11.4%
Color previews
#e2b607 text on a black background
contrast 10.93:1
Card sample
#e2b607 text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e2b607;
Background color
Panel with #e2b607 background
background-color: #e2b607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e2b607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 182, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 182, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e2b607; background: linear-gradient(135deg, #e2b607, #7CE207);