#bdab13
a dark, electric yellow · cool · closest name: olive
RGB
189, 171, 19
HSL
54°, 82%, 41%
CMYK
0, 10, 90, 26
Luminance
0.3999
Every format
| HEX | #bdab13 |
| RGB | rgb(189, 171, 19) |
| HSL | hsl(54, 82%, 41%) |
| CMYK | cmyk(0%, 10%, 90%, 26%) |
| LAB | lab(69.5 -7.7 69.4) |
| LCH | lch(69.5 69.8 96.4) |
| OKLCH | oklch(0.734 0.150 101.6) |
Copy-ready code
/* CSS */
color: #bdab13;
background-color: #bdab13;
/* Tailwind (arbitrary) */
class="text-[#bdab13] bg-[#bdab13]"
/* SCSS */
$brand: #bdab13;
/* SwiftUI */
Color(red: 0.741, green: 0.671, blue: 0.075)
/* Android */
Color.parseColor("#bdab13")Accessibility — WCAG contrast
Aa
#bdab13 on white: 2.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdab13 on black: 9.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green67.1%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta9.5%
Yellow89.9%
Key (black)25.9%
Color previews
#bdab13 text on a black background
contrast 9.00:1
Card sample
#bdab13 text on a white background
contrast 2.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdab13;
Background color
Panel with #bdab13 background
background-color: #bdab13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdab13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 171, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 171, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdab13; background: linear-gradient(135deg, #bdab13, #5EBD13);