#b9ad21
a dark, vivid yellow · cool · closest name: olive
RGB
185, 173, 33
HSL
55°, 70%, 43%
CMYK
0, 7, 82, 28
Luminance
0.4031
Every format
| HEX | #b9ad21 |
| RGB | rgb(185, 173, 33) |
| HSL | hsl(55, 70%, 43%) |
| CMYK | cmyk(0%, 7%, 82%, 28%) |
| LAB | lab(69.7 -10.2 66.3) |
| LCH | lch(69.7 67.0 98.8) |
| OKLCH | oklch(0.735 0.147 104.1) |
Copy-ready code
/* CSS */
color: #b9ad21;
background-color: #b9ad21;
/* Tailwind (arbitrary) */
class="text-[#b9ad21] bg-[#b9ad21]"
/* SCSS */
$brand: #b9ad21;
/* SwiftUI */
Color(red: 0.725, green: 0.678, blue: 0.129)
/* Android */
Color.parseColor("#b9ad21")Accessibility — WCAG contrast
Aa
#b9ad21 on white: 2.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b9ad21 on black: 9.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green67.8%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta6.5%
Yellow82.2%
Key (black)27.5%
Color previews
#b9ad21 text on a black background
contrast 9.06:1
Card sample
#b9ad21 text on a white background
contrast 2.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b9ad21;
Background color
Panel with #b9ad21 background
background-color: #b9ad21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b9ad21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 173, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 173, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b9ad21; background: linear-gradient(135deg, #b9ad21, #5FB921);