#b7aa21
a dark, vivid yellow · cool · closest name: olive
RGB
183, 170, 33
HSL
55°, 69%, 42%
CMYK
0, 7, 82, 28
Luminance
0.3893
Every format
| HEX | #b7aa21 |
| RGB | rgb(183, 170, 33) |
| HSL | hsl(55, 69%, 42%) |
| CMYK | cmyk(0%, 7%, 82%, 28%) |
| LAB | lab(68.7 -9.5 65.3) |
| LCH | lch(68.7 66.0 98.3) |
| OKLCH | oklch(0.727 0.145 103.6) |
Copy-ready code
/* CSS */
color: #b7aa21;
background-color: #b7aa21;
/* Tailwind (arbitrary) */
class="text-[#b7aa21] bg-[#b7aa21]"
/* SCSS */
$brand: #b7aa21;
/* SwiftUI */
Color(red: 0.718, green: 0.667, blue: 0.129)
/* Android */
Color.parseColor("#b7aa21")Accessibility — WCAG contrast
Aa
#b7aa21 on white: 2.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b7aa21 on black: 8.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green66.7%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta7.1%
Yellow82.0%
Key (black)28.2%
Color previews
#b7aa21 text on a black background
contrast 8.79:1
Card sample
#b7aa21 text on a white background
contrast 2.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b7aa21;
Background color
Panel with #b7aa21 background
background-color: #b7aa21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b7aa21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 170, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 170, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b7aa21; background: linear-gradient(135deg, #b7aa21, #60B721);