#badc80
a light, vivid green · cool · closest name: khaki
RGB
186, 220, 128
HSL
82°, 57%, 68%
CMYK
16, 0, 42, 14
Luminance
0.6318
Every format
| HEX | #badc80 |
| RGB | rgb(186, 220, 128) |
| HSL | hsl(82, 57%, 68%) |
| CMYK | cmyk(16%, 0%, 42%, 14%) |
| LAB | lab(83.5 -26.1 41.5) |
| LCH | lch(83.5 49.0 122.2) |
| OKLCH | oklch(0.849 0.124 125.5) |
Copy-ready code
/* CSS */
color: #badc80;
background-color: #badc80;
/* Tailwind (arbitrary) */
class="text-[#badc80] bg-[#badc80]"
/* SCSS */
$brand: #badc80;
/* SwiftUI */
Color(red: 0.729, green: 0.863, blue: 0.502)
/* Android */
Color.parseColor("#badc80")Accessibility — WCAG contrast
Aa
#badc80 on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#badc80 on black: 13.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green86.3%
Blue50.2%
CMYK percentages
Cyan15.5%
Magenta0.0%
Yellow41.8%
Key (black)13.7%
Color previews
#badc80 text on a black background
contrast 13.64:1
Card sample
#badc80 text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #badc80;
Background color
Panel with #badc80 background
background-color: #badc80;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #badc80;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 220, 128, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 220, 128, 0.45);
Border & gradient
Gradient panel
border: 3px solid #badc80; background: linear-gradient(135deg, #badc80, #80DC83);