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