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