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