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