#bad511
a balanced, electric yellow · cool · closest name: yellow
RGB
186, 213, 17
HSL
68°, 85%, 45%
CMYK
13, 0, 92, 17
Luminance
0.5807
Every format
| HEX | #bad511 |
| RGB | rgb(186, 213, 17) |
| HSL | hsl(68, 85%, 45%) |
| CMYK | cmyk(13%, 0%, 92%, 17%) |
| LAB | lab(80.8 -29.9 78.4) |
| LCH | lch(80.8 83.9 110.9) |
| OKLCH | oklch(0.824 0.190 118.6) |
Copy-ready code
/* CSS */
color: #bad511;
background-color: #bad511;
/* Tailwind (arbitrary) */
class="text-[#bad511] bg-[#bad511]"
/* SCSS */
$brand: #bad511;
/* SwiftUI */
Color(red: 0.729, green: 0.835, blue: 0.067)
/* Android */
Color.parseColor("#bad511")Accessibility — WCAG contrast
Aa
#bad511 on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bad511 on black: 12.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green83.5%
Blue6.7%
CMYK percentages
Cyan12.7%
Magenta0.0%
Yellow92.0%
Key (black)16.5%
Color previews
#bad511 text on a black background
contrast 12.61:1
Card sample
#bad511 text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bad511;
Background color
Panel with #bad511 background
background-color: #bad511;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bad511;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 213, 17, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 213, 17, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bad511; background: linear-gradient(135deg, #bad511, #37D511);