#bade20
a balanced, vivid green · cool · closest name: yellow
RGB
186, 222, 32
HSL
71°, 75%, 50%
CMYK
16, 0, 86, 13
Luminance
0.6279
Every format
| HEX | #bade20 |
| RGB | rgb(186, 222, 32) |
| HSL | hsl(71, 75%, 50%) |
| CMYK | cmyk(16%, 0%, 86%, 13%) |
| LAB | lab(83.3 -33.8 78.0) |
| LCH | lch(83.3 85.0 113.4) |
| OKLCH | oklch(0.845 0.196 121.0) |
Copy-ready code
/* CSS */
color: #bade20;
background-color: #bade20;
/* Tailwind (arbitrary) */
class="text-[#bade20] bg-[#bade20]"
/* SCSS */
$brand: #bade20;
/* SwiftUI */
Color(red: 0.729, green: 0.871, blue: 0.125)
/* Android */
Color.parseColor("#bade20")Accessibility — WCAG contrast
Aa
#bade20 on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bade20 on black: 13.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green87.1%
Blue12.5%
CMYK percentages
Cyan16.2%
Magenta0.0%
Yellow85.6%
Key (black)12.9%
Color previews
#bade20 text on a black background
contrast 13.56:1
Card sample
#bade20 text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bade20;
Background color
Panel with #bade20 background
background-color: #bade20;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bade20;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 222, 32, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 222, 32, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bade20; background: linear-gradient(135deg, #bade20, #3BDE20);