#b6a721
a dark, vivid yellow · cool · closest name: olive
RGB
182, 167, 33
HSL
54°, 69%, 42%
CMYK
0, 8, 82, 29
Luminance
0.3769
Every format
| HEX | #b6a721 |
| RGB | rgb(182, 167, 33) |
| HSL | hsl(54, 69%, 42%) |
| CMYK | cmyk(0%, 8%, 82%, 29%) |
| LAB | lab(67.8 -8.4 64.5) |
| LCH | lch(67.8 65.1 97.4) |
| OKLCH | oklch(0.720 0.142 102.5) |
Copy-ready code
/* CSS */
color: #b6a721;
background-color: #b6a721;
/* Tailwind (arbitrary) */
class="text-[#b6a721] bg-[#b6a721]"
/* SCSS */
$brand: #b6a721;
/* SwiftUI */
Color(red: 0.714, green: 0.655, blue: 0.129)
/* Android */
Color.parseColor("#b6a721")Accessibility — WCAG contrast
Aa
#b6a721 on white: 2.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b6a721 on black: 8.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green65.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta8.2%
Yellow81.9%
Key (black)28.6%
Color previews
#b6a721 text on a black background
contrast 8.54:1
Card sample
#b6a721 text on a white background
contrast 2.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b6a721;
Background color
Panel with #b6a721 background
background-color: #b6a721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b6a721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 167, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 167, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b6a721; background: linear-gradient(135deg, #b6a721, #62B621);