#baa721
a dark, vivid yellow · cool · closest name: olive
RGB
186, 167, 33
HSL
53°, 70%, 43%
CMYK
0, 10, 82, 27
Luminance
0.3819
Every format
| HEX | #baa721 |
| RGB | rgb(186, 167, 33) |
| HSL | hsl(53, 70%, 43%) |
| CMYK | cmyk(0%, 10%, 82%, 27%) |
| LAB | lab(68.2 -6.6 65.0) |
| LCH | lch(68.2 65.3 95.8) |
| OKLCH | oklch(0.723 0.142 100.5) |
Copy-ready code
/* CSS */
color: #baa721;
background-color: #baa721;
/* Tailwind (arbitrary) */
class="text-[#baa721] bg-[#baa721]"
/* SCSS */
$brand: #baa721;
/* SwiftUI */
Color(red: 0.729, green: 0.655, blue: 0.129)
/* Android */
Color.parseColor("#baa721")Accessibility — WCAG contrast
Aa
#baa721 on white: 2.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baa721 on black: 8.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green65.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta10.2%
Yellow82.3%
Key (black)27.1%
Color previews
#baa721 text on a black background
contrast 8.64:1
Card sample
#baa721 text on a white background
contrast 2.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baa721;
Background color
Panel with #baa721 background
background-color: #baa721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baa721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 167, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 167, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baa721; background: linear-gradient(135deg, #baa721, #67BA21);