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