#bdaa21
a dark, vivid yellow · cool · closest name: olive
RGB
189, 170, 33
HSL
53°, 70%, 44%
CMYK
0, 10, 83, 26
Luminance
0.3968
Every format
| HEX | #bdaa21 |
| RGB | rgb(189, 170, 33) |
| HSL | hsl(53, 70%, 44%) |
| CMYK | cmyk(0%, 10%, 83%, 26%) |
| LAB | lab(69.2 -6.9 66.0) |
| LCH | lch(69.2 66.4 95.9) |
| OKLCH | oklch(0.733 0.144 100.7) |
Copy-ready code
/* CSS */
color: #bdaa21;
background-color: #bdaa21;
/* Tailwind (arbitrary) */
class="text-[#bdaa21] bg-[#bdaa21]"
/* SCSS */
$brand: #bdaa21;
/* SwiftUI */
Color(red: 0.741, green: 0.667, blue: 0.129)
/* Android */
Color.parseColor("#bdaa21")Accessibility — WCAG contrast
Aa
#bdaa21 on white: 2.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdaa21 on black: 8.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green66.7%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta10.1%
Yellow82.5%
Key (black)25.9%
Color previews
#bdaa21 text on a black background
contrast 8.94:1
Card sample
#bdaa21 text on a white background
contrast 2.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdaa21;
Background color
Panel with #bdaa21 background
background-color: #bdaa21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdaa21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 170, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 170, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdaa21; background: linear-gradient(135deg, #bdaa21, #68BD21);