#bda113
a dark, electric yellow · cool · closest name: olive
RGB
189, 161, 19
HSL
50°, 82%, 41%
CMYK
0, 15, 90, 26
Luminance
0.3636
Every format
| HEX | #bda113 |
| RGB | rgb(189, 161, 19) |
| HSL | hsl(50, 82%, 41%) |
| CMYK | cmyk(0%, 15%, 90%, 26%) |
| LAB | lab(66.8 -2.5 67.3) |
| LCH | lch(66.8 67.3 92.1) |
| OKLCH | oklch(0.713 0.143 96.1) |
Copy-ready code
/* CSS */
color: #bda113;
background-color: #bda113;
/* Tailwind (arbitrary) */
class="text-[#bda113] bg-[#bda113]"
/* SCSS */
$brand: #bda113;
/* SwiftUI */
Color(red: 0.741, green: 0.631, blue: 0.075)
/* Android */
Color.parseColor("#bda113")Accessibility — WCAG contrast
Aa
#bda113 on white: 2.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bda113 on black: 8.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green63.1%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta14.8%
Yellow89.9%
Key (black)25.9%
Color previews
#bda113 text on a black background
contrast 8.27:1
Card sample
#bda113 text on a white background
contrast 2.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bda113;
Background color
Panel with #bda113 background
background-color: #bda113;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bda113;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 161, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 161, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bda113; background: linear-gradient(135deg, #bda113, #68BD13);