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