#bdac21
a dark, vivid yellow · cool · closest name: olive
RGB
189, 172, 33
HSL
54°, 70%, 44%
CMYK
0, 9, 83, 26
Luminance
0.4043
Every format
| HEX | #bdac21 |
| RGB | rgb(189, 172, 33) |
| HSL | hsl(54, 70%, 44%) |
| CMYK | cmyk(0%, 9%, 83%, 26%) |
| LAB | lab(69.8 -7.9 66.5) |
| LCH | lch(69.8 66.9 96.8) |
| OKLCH | oklch(0.737 0.146 101.8) |
Copy-ready code
/* CSS */
color: #bdac21;
background-color: #bdac21;
/* Tailwind (arbitrary) */
class="text-[#bdac21] bg-[#bdac21]"
/* SCSS */
$brand: #bdac21;
/* SwiftUI */
Color(red: 0.741, green: 0.675, blue: 0.129)
/* Android */
Color.parseColor("#bdac21")Accessibility — WCAG contrast
Aa
#bdac21 on white: 2.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdac21 on black: 9.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green67.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta9.0%
Yellow82.5%
Key (black)25.9%
Color previews
#bdac21 text on a black background
contrast 9.09:1
Card sample
#bdac21 text on a white background
contrast 2.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdac21;
Background color
Panel with #bdac21 background
background-color: #bdac21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdac21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 172, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 172, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdac21; background: linear-gradient(135deg, #bdac21, #66BD21);