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