#bad310
a dark, electric yellow · cool · closest name: yellow
RGB
186, 211, 16
HSL
68°, 86%, 45%
CMYK
12, 0, 92, 17
Luminance
0.5707
Every format
| HEX | #bad310 |
| RGB | rgb(186, 211, 16) |
| HSL | hsl(68, 86%, 45%) |
| CMYK | cmyk(12%, 0%, 92%, 17%) |
| LAB | lab(80.2 -29.0 78.1) |
| LCH | lch(80.2 83.3 110.4) |
| OKLCH | oklch(0.820 0.188 118.1) |
Copy-ready code
/* CSS */
color: #bad310;
background-color: #bad310;
/* Tailwind (arbitrary) */
class="text-[#bad310] bg-[#bad310]"
/* SCSS */
$brand: #bad310;
/* SwiftUI */
Color(red: 0.729, green: 0.827, blue: 0.063)
/* Android */
Color.parseColor("#bad310")Accessibility — WCAG contrast
Aa
#bad310 on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bad310 on black: 12.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green82.7%
Blue6.3%
CMYK percentages
Cyan11.8%
Magenta0.0%
Yellow92.4%
Key (black)17.3%
Color previews
#bad310 text on a black background
contrast 12.41:1
Card sample
#bad310 text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bad310;
Background color
Panel with #bad310 background
background-color: #bad310;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bad310;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 211, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 211, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bad310; background: linear-gradient(135deg, #bad310, #38D310);