#e6b607
a balanced, electric yellow · cool · closest name: gold
RGB
230, 182, 7
HSL
47°, 94%, 47%
CMYK
0, 21, 97, 10
Luminance
0.5029
Every format
| HEX | #e6b607 |
| RGB | rgb(230, 182, 7) |
| HSL | hsl(47, 94%, 47%) |
| CMYK | cmyk(0%, 21%, 97%, 10%) |
| LAB | lab(76.3 4.4 77.8) |
| LCH | lch(76.3 77.9 86.8) |
| OKLCH | oklch(0.797 0.162 89.3) |
Copy-ready code
/* CSS */
color: #e6b607;
background-color: #e6b607;
/* Tailwind (arbitrary) */
class="text-[#e6b607] bg-[#e6b607]"
/* SCSS */
$brand: #e6b607;
/* SwiftUI */
Color(red: 0.902, green: 0.714, blue: 0.027)
/* Android */
Color.parseColor("#e6b607")Accessibility — WCAG contrast
Aa
#e6b607 on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e6b607 on black: 11.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.2%
Green71.4%
Blue2.7%
CMYK percentages
Cyan0.0%
Magenta20.9%
Yellow97.0%
Key (black)9.8%
Color previews
#e6b607 text on a black background
contrast 11.06:1
Card sample
#e6b607 text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e6b607;
Background color
Panel with #e6b607 background
background-color: #e6b607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e6b607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(230, 182, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(230, 182, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e6b607; background: linear-gradient(135deg, #e6b607, #81E607);