#b09511
a dark, electric yellow · cool · closest name: olive
RGB
176, 149, 17
HSL
50°, 82%, 38%
CMYK
0, 15, 90, 31
Luminance
0.3077
Every format
| HEX | #b09511 |
| RGB | rgb(176, 149, 17) |
| HSL | hsl(50, 82%, 38%) |
| CMYK | cmyk(0%, 15%, 90%, 31%) |
| LAB | lab(62.3 -1.9 63.6) |
| LCH | lch(62.3 63.6 91.7) |
| OKLCH | oklch(0.674 0.135 95.6) |
Copy-ready code
/* CSS */
color: #b09511;
background-color: #b09511;
/* Tailwind (arbitrary) */
class="text-[#b09511] bg-[#b09511]"
/* SCSS */
$brand: #b09511;
/* SwiftUI */
Color(red: 0.690, green: 0.584, blue: 0.067)
/* Android */
Color.parseColor("#b09511")Accessibility — WCAG contrast
Aa
#b09511 on white: 2.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b09511 on black: 7.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green58.4%
Blue6.7%
CMYK percentages
Cyan0.0%
Magenta15.3%
Yellow90.3%
Key (black)31.0%
Color previews
#b09511 text on a black background
contrast 7.15:1
Card sample
#b09511 text on a white background
contrast 2.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b09511;
Background color
Panel with #b09511 background
background-color: #b09511;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b09511;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 149, 17, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 149, 17, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b09511; background: linear-gradient(135deg, #b09511, #61B011);