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