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