#bcdf4e
a balanced, vivid green · cool · closest name: khaki
RGB
188, 223, 78
HSL
75°, 69%, 59%
CMYK
16, 0, 65, 13
Luminance
0.6402
Every format
| HEX | #bcdf4e |
| RGB | rgb(188, 223, 78) |
| HSL | hsl(75, 69%, 59%) |
| CMYK | cmyk(16%, 0%, 65%, 13%) |
| LAB | lab(84.0 -31.4 64.7) |
| LCH | lch(84.0 71.9 115.9) |
| OKLCH | oklch(0.851 0.173 121.8) |
Copy-ready code
/* CSS */
color: #bcdf4e;
background-color: #bcdf4e;
/* Tailwind (arbitrary) */
class="text-[#bcdf4e] bg-[#bcdf4e]"
/* SCSS */
$brand: #bcdf4e;
/* SwiftUI */
Color(red: 0.737, green: 0.875, blue: 0.306)
/* Android */
Color.parseColor("#bcdf4e")Accessibility — WCAG contrast
Aa
#bcdf4e on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcdf4e on black: 13.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green87.5%
Blue30.6%
CMYK percentages
Cyan15.7%
Magenta0.0%
Yellow65.0%
Key (black)12.5%
Color previews
#bcdf4e text on a black background
contrast 13.80:1
Card sample
#bcdf4e text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcdf4e;
Background color
Panel with #bcdf4e background
background-color: #bcdf4e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcdf4e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 223, 78, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 223, 78, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcdf4e; background: linear-gradient(135deg, #bcdf4e, #5BDF4E);