#b9aa21
a dark, vivid yellow · cool · closest name: olive
RGB
185, 170, 33
HSL
54°, 70%, 43%
CMYK
0, 8, 82, 28
Luminance
0.3917
Every format
| HEX | #b9aa21 |
| RGB | rgb(185, 170, 33) |
| HSL | hsl(54, 70%, 43%) |
| CMYK | cmyk(0%, 8%, 82%, 28%) |
| LAB | lab(68.9 -8.6 65.6) |
| LCH | lch(68.9 66.1 97.5) |
| OKLCH | oklch(0.729 0.145 102.6) |
Copy-ready code
/* CSS */
color: #b9aa21;
background-color: #b9aa21;
/* Tailwind (arbitrary) */
class="text-[#b9aa21] bg-[#b9aa21]"
/* SCSS */
$brand: #b9aa21;
/* SwiftUI */
Color(red: 0.725, green: 0.667, blue: 0.129)
/* Android */
Color.parseColor("#b9aa21")Accessibility — WCAG contrast
Aa
#b9aa21 on white: 2.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b9aa21 on black: 8.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green66.7%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta8.1%
Yellow82.2%
Key (black)27.5%
Color previews
#b9aa21 text on a black background
contrast 8.83:1
Card sample
#b9aa21 text on a white background
contrast 2.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b9aa21;
Background color
Panel with #b9aa21 background
background-color: #b9aa21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b9aa21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 170, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 170, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b9aa21; background: linear-gradient(135deg, #b9aa21, #63B921);