#b08607
a dark, electric yellow · cool · closest name: olive
RGB
176, 134, 7
HSL
45°, 92%, 36%
CMYK
0, 24, 96, 31
Luminance
0.2630
Every format
| HEX | #b08607 |
| RGB | rgb(176, 134, 7) |
| HSL | hsl(45, 92%, 36%) |
| CMYK | cmyk(0%, 24%, 96%, 31%) |
| LAB | lab(58.3 6.2 62.3) |
| LCH | lch(58.3 62.6 84.3) |
| OKLCH | oklch(0.643 0.130 86.0) |
Copy-ready code
/* CSS */
color: #b08607;
background-color: #b08607;
/* Tailwind (arbitrary) */
class="text-[#b08607] bg-[#b08607]"
/* SCSS */
$brand: #b08607;
/* SwiftUI */
Color(red: 0.690, green: 0.525, blue: 0.027)
/* Android */
Color.parseColor("#b08607")Accessibility — WCAG contrast
Aa
#b08607 on white: 3.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b08607 on black: 6.26:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green52.5%
Blue2.7%
CMYK percentages
Cyan0.0%
Magenta23.9%
Yellow96.0%
Key (black)31.0%
Color previews
#b08607 text on a black background
contrast 6.26:1
Card sample
#b08607 text on a white background
contrast 3.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b08607;
Background color
Panel with #b08607 background
background-color: #b08607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b08607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 134, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 134, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b08607; background: linear-gradient(135deg, #b08607, #69B007);