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