#bcdf70
a light, vivid green · cool · closest name: khaki
RGB
188, 223, 112
HSL
79°, 63%, 66%
CMYK
16, 0, 50, 13
Luminance
0.6464
Every format
| HEX | #bcdf70 |
| RGB | rgb(188, 223, 112) |
| HSL | hsl(79, 63%, 66%) |
| CMYK | cmyk(16%, 0%, 50%, 13%) |
| LAB | lab(84.3 -28.5 50.2) |
| LCH | lch(84.3 57.7 119.6) |
| OKLCH | oklch(0.855 0.144 123.9) |
Copy-ready code
/* CSS */
color: #bcdf70;
background-color: #bcdf70;
/* Tailwind (arbitrary) */
class="text-[#bcdf70] bg-[#bcdf70]"
/* SCSS */
$brand: #bcdf70;
/* SwiftUI */
Color(red: 0.737, green: 0.875, blue: 0.439)
/* Android */
Color.parseColor("#bcdf70")Accessibility — WCAG contrast
Aa
#bcdf70 on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcdf70 on black: 13.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green87.5%
Blue43.9%
CMYK percentages
Cyan15.7%
Magenta0.0%
Yellow49.8%
Key (black)12.5%
Color previews
#bcdf70 text on a black background
contrast 13.93:1
Card sample
#bcdf70 text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcdf70;
Background color
Panel with #bcdf70 background
background-color: #bcdf70;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcdf70;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 223, 112, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 223, 112, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcdf70; background: linear-gradient(135deg, #bcdf70, #72DF70);