#e3b708
a balanced, electric yellow · cool · closest name: gold
RGB
227, 183, 8
HSL
48°, 93%, 46%
CMYK
0, 19, 97, 11
Luminance
0.5022
Every format
| HEX | #e3b708 |
| RGB | rgb(227, 183, 8) |
| HSL | hsl(48, 93%, 46%) |
| CMYK | cmyk(0%, 19%, 97%, 11%) |
| LAB | lab(76.2 2.6 77.5) |
| LCH | lch(76.2 77.5 88.1) |
| OKLCH | oklch(0.796 0.162 91.1) |
Copy-ready code
/* CSS */
color: #e3b708;
background-color: #e3b708;
/* Tailwind (arbitrary) */
class="text-[#e3b708] bg-[#e3b708]"
/* SCSS */
$brand: #e3b708;
/* SwiftUI */
Color(red: 0.890, green: 0.718, blue: 0.031)
/* Android */
Color.parseColor("#e3b708")Accessibility — WCAG contrast
Aa
#e3b708 on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e3b708 on black: 11.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.0%
Green71.8%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta19.4%
Yellow96.5%
Key (black)11.0%
Color previews
#e3b708 text on a black background
contrast 11.04:1
Card sample
#e3b708 text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e3b708;
Background color
Panel with #e3b708 background
background-color: #e3b708;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e3b708;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(227, 183, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(227, 183, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e3b708; background: linear-gradient(135deg, #e3b708, #7DE308);