#bad024
a balanced, vivid yellow · cool · closest name: yellow
RGB
186, 208, 36
HSL
68°, 71%, 48%
CMYK
11, 0, 83, 18
Luminance
0.5568
Every format
| HEX | #bad024 |
| RGB | rgb(186, 208, 36) |
| HSL | hsl(68, 71%, 48%) |
| CMYK | cmyk(11%, 0%, 83%, 18%) |
| LAB | lab(79.4 -27.1 73.9) |
| LCH | lch(79.4 78.7 110.2) |
| OKLCH | oklch(0.813 0.180 117.4) |
Copy-ready code
/* CSS */
color: #bad024;
background-color: #bad024;
/* Tailwind (arbitrary) */
class="text-[#bad024] bg-[#bad024]"
/* SCSS */
$brand: #bad024;
/* SwiftUI */
Color(red: 0.729, green: 0.816, blue: 0.141)
/* Android */
Color.parseColor("#bad024")Accessibility — WCAG contrast
Aa
#bad024 on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bad024 on black: 12.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green81.6%
Blue14.1%
CMYK percentages
Cyan10.6%
Magenta0.0%
Yellow82.7%
Key (black)18.4%
Color previews
#bad024 text on a black background
contrast 12.14:1
Card sample
#bad024 text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bad024;
Background color
Panel with #bad024 background
background-color: #bad024;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bad024;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 208, 36, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 208, 36, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bad024; background: linear-gradient(135deg, #bad024, #47D024);