#bade4f
a balanced, vivid green · cool · closest name: khaki
RGB
186, 222, 79
HSL
75°, 68%, 59%
CMYK
16, 0, 64, 13
Luminance
0.6325
Every format
| HEX | #bade4f |
| RGB | rgb(186, 222, 79) |
| HSL | hsl(75, 68%, 59%) |
| CMYK | cmyk(16%, 0%, 64%, 13%) |
| LAB | lab(83.6 -31.6 63.8) |
| LCH | lch(83.6 71.2 116.4) |
| OKLCH | oklch(0.848 0.172 122.2) |
Copy-ready code
/* CSS */
color: #bade4f;
background-color: #bade4f;
/* Tailwind (arbitrary) */
class="text-[#bade4f] bg-[#bade4f]"
/* SCSS */
$brand: #bade4f;
/* SwiftUI */
Color(red: 0.729, green: 0.871, blue: 0.310)
/* Android */
Color.parseColor("#bade4f")Accessibility — WCAG contrast
Aa
#bade4f on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bade4f on black: 13.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green87.1%
Blue31.0%
CMYK percentages
Cyan16.2%
Magenta0.0%
Yellow64.4%
Key (black)12.9%
Color previews
#bade4f text on a black background
contrast 13.65:1
Card sample
#bade4f text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bade4f;
Background color
Panel with #bade4f background
background-color: #bade4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bade4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 222, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 222, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bade4f; background: linear-gradient(135deg, #bade4f, #5BDE4F);