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