#bade41
a balanced, vivid green · cool · closest name: yellow
RGB
186, 222, 65
HSL
74°, 70%, 56%
CMYK
16, 0, 71, 13
Luminance
0.6306
Every format
| HEX | #bade41 |
| RGB | rgb(186, 222, 65) |
| HSL | hsl(74, 70%, 56%) |
| CMYK | cmyk(16%, 0%, 71%, 13%) |
| LAB | lab(83.5 -32.5 69.0) |
| LCH | lch(83.5 76.2 115.2) |
| OKLCH | oklch(0.847 0.181 121.7) |
Copy-ready code
/* CSS */
color: #bade41;
background-color: #bade41;
/* Tailwind (arbitrary) */
class="text-[#bade41] bg-[#bade41]"
/* SCSS */
$brand: #bade41;
/* SwiftUI */
Color(red: 0.729, green: 0.871, blue: 0.255)
/* Android */
Color.parseColor("#bade41")Accessibility — WCAG contrast
Aa
#bade41 on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bade41 on black: 13.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green87.1%
Blue25.5%
CMYK percentages
Cyan16.2%
Magenta0.0%
Yellow70.7%
Key (black)12.9%
Color previews
#bade41 text on a black background
contrast 13.61:1
Card sample
#bade41 text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bade41;
Background color
Panel with #bade41 background
background-color: #bade41;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bade41;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 222, 65, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 222, 65, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bade41; background: linear-gradient(135deg, #bade41, #51DE41);