#bade3c
a balanced, vivid green · cool · closest name: yellow
RGB
186, 222, 60
HSL
73°, 71%, 55%
CMYK
16, 0, 73, 13
Luminance
0.6301
Every format
| HEX | #bade3c |
| RGB | rgb(186, 222, 60) |
| HSL | hsl(73, 71%, 55%) |
| CMYK | cmyk(16%, 0%, 73%, 13%) |
| LAB | lab(83.5 -32.7 70.6) |
| LCH | lch(83.5 77.8 114.9) |
| OKLCH | oklch(0.846 0.184 121.6) |
Copy-ready code
/* CSS */
color: #bade3c;
background-color: #bade3c;
/* Tailwind (arbitrary) */
class="text-[#bade3c] bg-[#bade3c]"
/* SCSS */
$brand: #bade3c;
/* SwiftUI */
Color(red: 0.729, green: 0.871, blue: 0.235)
/* Android */
Color.parseColor("#bade3c")Accessibility — WCAG contrast
Aa
#bade3c on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bade3c on black: 13.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green87.1%
Blue23.5%
CMYK percentages
Cyan16.2%
Magenta0.0%
Yellow73.0%
Key (black)12.9%
Color previews
#bade3c text on a black background
contrast 13.60:1
Card sample
#bade3c text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bade3c;
Background color
Panel with #bade3c background
background-color: #bade3c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bade3c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 222, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 222, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bade3c; background: linear-gradient(135deg, #bade3c, #4EDE3C);