#b5aa21
a dark, vivid yellow · cool · closest name: olive
RGB
181, 170, 33
HSL
56°, 69%, 42%
CMYK
0, 6, 82, 29
Luminance
0.3868
Every format
| HEX | #b5aa21 |
| RGB | rgb(181, 170, 33) |
| HSL | hsl(56, 69%, 42%) |
| CMYK | cmyk(0%, 6%, 82%, 29%) |
| LAB | lab(68.5 -10.4 65.1) |
| LCH | lch(68.5 65.9 99.1) |
| OKLCH | oklch(0.725 0.145 104.5) |
Copy-ready code
/* CSS */
color: #b5aa21;
background-color: #b5aa21;
/* Tailwind (arbitrary) */
class="text-[#b5aa21] bg-[#b5aa21]"
/* SCSS */
$brand: #b5aa21;
/* SwiftUI */
Color(red: 0.710, green: 0.667, blue: 0.129)
/* Android */
Color.parseColor("#b5aa21")Accessibility — WCAG contrast
Aa
#b5aa21 on white: 2.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b5aa21 on black: 8.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green66.7%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta6.1%
Yellow81.8%
Key (black)29.0%
Color previews
#b5aa21 text on a black background
contrast 8.74:1
Card sample
#b5aa21 text on a white background
contrast 2.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b5aa21;
Background color
Panel with #b5aa21 background
background-color: #b5aa21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b5aa21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 170, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 170, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b5aa21; background: linear-gradient(135deg, #b5aa21, #5EB521);