#bad600
a dark, electric yellow · cool · closest name: yellow
RGB
186, 214, 0
HSL
68°, 100%, 42%
CMYK
13, 0, 100, 16
Luminance
0.5853
Every format
| HEX | #bad600 |
| RGB | rgb(186, 214, 0) |
| HSL | hsl(68, 100%, 42%) |
| CMYK | cmyk(13%, 0%, 100%, 16%) |
| LAB | lab(81.0 -30.6 80.3) |
| LCH | lch(81.0 85.9 110.9) |
| OKLCH | oklch(0.826 0.194 118.8) |
Copy-ready code
/* CSS */
color: #bad600;
background-color: #bad600;
/* Tailwind (arbitrary) */
class="text-[#bad600] bg-[#bad600]"
/* SCSS */
$brand: #bad600;
/* SwiftUI */
Color(red: 0.729, green: 0.839, blue: 0.000)
/* Android */
Color.parseColor("#bad600")Accessibility — WCAG contrast
Aa
#bad600 on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bad600 on black: 12.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green83.9%
Blue0.0%
CMYK percentages
Cyan13.1%
Magenta0.0%
Yellow100.0%
Key (black)16.1%
Color previews
#bad600 text on a black background
contrast 12.71:1
Card sample
#bad600 text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bad600;
Background color
Panel with #bad600 background
background-color: #bad600;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bad600;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 214, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 214, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bad600; background: linear-gradient(135deg, #bad600, #2BD600);