#b1a821
a dark, vivid yellow · cool · closest name: olive
RGB
177, 168, 33
HSL
56°, 69%, 41%
CMYK
0, 5, 81, 31
Luminance
0.3746
Every format
| HEX | #b1a821 |
| RGB | rgb(177, 168, 33) |
| HSL | hsl(56, 69%, 41%) |
| CMYK | cmyk(0%, 5%, 81%, 31%) |
| LAB | lab(67.6 -11.1 64.2) |
| LCH | lch(67.6 65.2 99.8) |
| OKLCH | oklch(0.717 0.144 105.4) |
Copy-ready code
/* CSS */
color: #b1a821;
background-color: #b1a821;
/* Tailwind (arbitrary) */
class="text-[#b1a821] bg-[#b1a821]"
/* SCSS */
$brand: #b1a821;
/* SwiftUI */
Color(red: 0.694, green: 0.659, blue: 0.129)
/* Android */
Color.parseColor("#b1a821")Accessibility — WCAG contrast
Aa
#b1a821 on white: 2.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b1a821 on black: 8.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.4%
Green65.9%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta5.1%
Yellow81.4%
Key (black)30.6%
Color previews
#b1a821 text on a black background
contrast 8.49:1
Card sample
#b1a821 text on a white background
contrast 2.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b1a821;
Background color
Panel with #b1a821 background
background-color: #b1a821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b1a821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(177, 168, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(177, 168, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b1a821; background: linear-gradient(135deg, #b1a821, #5AB121);