#b6a921
a dark, vivid yellow · cool · closest name: olive
RGB
182, 169, 33
HSL
55°, 69%, 42%
CMYK
0, 7, 82, 29
Luminance
0.3843
Every format
| HEX | #b6a921 |
| RGB | rgb(182, 169, 33) |
| HSL | hsl(55, 69%, 42%) |
| CMYK | cmyk(0%, 7%, 82%, 29%) |
| LAB | lab(68.3 -9.4 65.0) |
| LCH | lch(68.3 65.7 98.3) |
| OKLCH | oklch(0.724 0.144 103.5) |
Copy-ready code
/* CSS */
color: #b6a921;
background-color: #b6a921;
/* Tailwind (arbitrary) */
class="text-[#b6a921] bg-[#b6a921]"
/* SCSS */
$brand: #b6a921;
/* SwiftUI */
Color(red: 0.714, green: 0.663, blue: 0.129)
/* Android */
Color.parseColor("#b6a921")Accessibility — WCAG contrast
Aa
#b6a921 on white: 2.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b6a921 on black: 8.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green66.3%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta7.1%
Yellow81.9%
Key (black)28.6%
Color previews
#b6a921 text on a black background
contrast 8.69:1
Card sample
#b6a921 text on a white background
contrast 2.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b6a921;
Background color
Panel with #b6a921 background
background-color: #b6a921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b6a921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 169, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 169, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b6a921; background: linear-gradient(135deg, #b6a921, #60B621);