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