#bcdf80
a light, vivid green · cool · closest name: khaki
RGB
188, 223, 128
HSL
82°, 60%, 69%
CMYK
16, 0, 43, 13
Luminance
0.6503
Every format
| HEX | #bcdf80 |
| RGB | rgb(188, 223, 128) |
| HSL | hsl(82, 60%, 69%) |
| CMYK | cmyk(16%, 0%, 43%, 13%) |
| LAB | lab(84.5 -26.8 42.7) |
| LCH | lch(84.5 50.4 122.1) |
| OKLCH | oklch(0.857 0.128 125.5) |
Copy-ready code
/* CSS */
color: #bcdf80;
background-color: #bcdf80;
/* Tailwind (arbitrary) */
class="text-[#bcdf80] bg-[#bcdf80]"
/* SCSS */
$brand: #bcdf80;
/* SwiftUI */
Color(red: 0.737, green: 0.875, blue: 0.502)
/* Android */
Color.parseColor("#bcdf80")Accessibility — WCAG contrast
Aa
#bcdf80 on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcdf80 on black: 14.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green87.5%
Blue50.2%
CMYK percentages
Cyan15.7%
Magenta0.0%
Yellow42.6%
Key (black)12.5%
Color previews
#bcdf80 text on a black background
contrast 14.01:1
Card sample
#bcdf80 text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcdf80;
Background color
Panel with #bcdf80 background
background-color: #bcdf80;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcdf80;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 223, 128, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 223, 128, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcdf80; background: linear-gradient(135deg, #bcdf80, #80DF83);