#b08e21
a dark, vivid yellow · cool · closest name: olive
RGB
176, 142, 33
HSL
46°, 68%, 41%
CMYK
0, 19, 81, 31
Luminance
0.2869
Every format
| HEX | #b08e21 |
| RGB | rgb(176, 142, 33) |
| HSL | hsl(46, 68%, 41%) |
| CMYK | cmyk(0%, 19%, 81%, 31%) |
| LAB | lab(60.5 2.4 57.9) |
| LCH | lch(60.5 58.0 87.7) |
| OKLCH | oklch(0.660 0.125 90.0) |
Copy-ready code
/* CSS */
color: #b08e21;
background-color: #b08e21;
/* Tailwind (arbitrary) */
class="text-[#b08e21] bg-[#b08e21]"
/* SCSS */
$brand: #b08e21;
/* SwiftUI */
Color(red: 0.690, green: 0.557, blue: 0.129)
/* Android */
Color.parseColor("#b08e21")Accessibility — WCAG contrast
Aa
#b08e21 on white: 3.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b08e21 on black: 6.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green55.7%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta19.3%
Yellow81.3%
Key (black)31.0%
Color previews
#b08e21 text on a black background
contrast 6.74:1
Card sample
#b08e21 text on a white background
contrast 3.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b08e21;
Background color
Panel with #b08e21 background
background-color: #b08e21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b08e21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 142, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 142, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b08e21; background: linear-gradient(135deg, #b08e21, #73B021);