#b0920f
a dark, electric yellow · cool · closest name: olive
RGB
176, 146, 15
HSL
49°, 84%, 38%
CMYK
0, 17, 92, 31
Luminance
0.2982
Every format
| HEX | #b0920f |
| RGB | rgb(176, 146, 15) |
| HSL | hsl(49, 84%, 38%) |
| CMYK | cmyk(0%, 17%, 92%, 31%) |
| LAB | lab(61.5 -0.3 63.4) |
| LCH | lch(61.5 63.4 90.3) |
| OKLCH | oklch(0.668 0.134 93.8) |
Copy-ready code
/* CSS */
color: #b0920f;
background-color: #b0920f;
/* Tailwind (arbitrary) */
class="text-[#b0920f] bg-[#b0920f]"
/* SCSS */
$brand: #b0920f;
/* SwiftUI */
Color(red: 0.690, green: 0.573, blue: 0.059)
/* Android */
Color.parseColor("#b0920f")Accessibility — WCAG contrast
Aa
#b0920f on white: 3.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b0920f on black: 6.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green57.3%
Blue5.9%
CMYK percentages
Cyan0.0%
Magenta17.0%
Yellow91.5%
Key (black)31.0%
Color previews
#b0920f text on a black background
contrast 6.96:1
Card sample
#b0920f text on a white background
contrast 3.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b0920f;
Background color
Panel with #b0920f background
background-color: #b0920f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b0920f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 146, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 146, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b0920f; background: linear-gradient(135deg, #b0920f, #63B00F);