#baa521
a dark, vivid yellow · cool · closest name: olive
RGB
186, 165, 33
HSL
52°, 70%, 43%
CMYK
0, 11, 82, 27
Luminance
0.3746
Every format
| HEX | #baa521 |
| RGB | rgb(186, 165, 33) |
| HSL | hsl(52, 70%, 43%) |
| CMYK | cmyk(0%, 11%, 82%, 27%) |
| LAB | lab(67.6 -5.6 64.5) |
| LCH | lch(67.6 64.8 94.9) |
| OKLCH | oklch(0.719 0.141 99.4) |
Copy-ready code
/* CSS */
color: #baa521;
background-color: #baa521;
/* Tailwind (arbitrary) */
class="text-[#baa521] bg-[#baa521]"
/* SCSS */
$brand: #baa521;
/* SwiftUI */
Color(red: 0.729, green: 0.647, blue: 0.129)
/* Android */
Color.parseColor("#baa521")Accessibility — WCAG contrast
Aa
#baa521 on white: 2.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baa521 on black: 8.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green64.7%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta11.3%
Yellow82.3%
Key (black)27.1%
Color previews
#baa521 text on a black background
contrast 8.49:1
Card sample
#baa521 text on a white background
contrast 2.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baa521;
Background color
Panel with #baa521 background
background-color: #baa521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baa521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 165, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 165, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baa521; background: linear-gradient(135deg, #baa521, #69BA21);