#bda913
a dark, electric yellow · cool · closest name: olive
RGB
189, 169, 19
HSL
53°, 82%, 41%
CMYK
0, 11, 90, 26
Luminance
0.3924
Every format
| HEX | #bda913 |
| RGB | rgb(189, 169, 19) |
| HSL | hsl(53, 82%, 41%) |
| CMYK | cmyk(0%, 11%, 90%, 26%) |
| LAB | lab(68.9 -6.7 68.9) |
| LCH | lch(68.9 69.3 95.5) |
| OKLCH | oklch(0.730 0.148 100.5) |
Copy-ready code
/* CSS */
color: #bda913;
background-color: #bda913;
/* Tailwind (arbitrary) */
class="text-[#bda913] bg-[#bda913]"
/* SCSS */
$brand: #bda913;
/* SwiftUI */
Color(red: 0.741, green: 0.663, blue: 0.075)
/* Android */
Color.parseColor("#bda913")Accessibility — WCAG contrast
Aa
#bda913 on white: 2.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bda913 on black: 8.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green66.3%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta10.6%
Yellow89.9%
Key (black)25.9%
Color previews
#bda913 text on a black background
contrast 8.85:1
Card sample
#bda913 text on a white background
contrast 2.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bda913;
Background color
Panel with #bda913 background
background-color: #bda913;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bda913;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 169, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 169, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bda913; background: linear-gradient(135deg, #bda913, #60BD13);