#bcdf56
a balanced, vivid green · cool · closest name: khaki
RGB
188, 223, 86
HSL
75°, 68%, 61%
CMYK
16, 0, 61, 13
Luminance
0.6414
Every format
| HEX | #bcdf56 |
| RGB | rgb(188, 223, 86) |
| HSL | hsl(75, 68%, 61%) |
| CMYK | cmyk(16%, 0%, 61%, 13%) |
| LAB | lab(84.0 -30.8 61.5) |
| LCH | lch(84.0 68.8 116.6) |
| OKLCH | oklch(0.852 0.167 122.2) |
Copy-ready code
/* CSS */
color: #bcdf56;
background-color: #bcdf56;
/* Tailwind (arbitrary) */
class="text-[#bcdf56] bg-[#bcdf56]"
/* SCSS */
$brand: #bcdf56;
/* SwiftUI */
Color(red: 0.737, green: 0.875, blue: 0.337)
/* Android */
Color.parseColor("#bcdf56")Accessibility — WCAG contrast
Aa
#bcdf56 on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcdf56 on black: 13.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green87.5%
Blue33.7%
CMYK percentages
Cyan15.7%
Magenta0.0%
Yellow61.4%
Key (black)12.5%
Color previews
#bcdf56 text on a black background
contrast 13.83:1
Card sample
#bcdf56 text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcdf56;
Background color
Panel with #bcdf56 background
background-color: #bcdf56;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcdf56;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 223, 86, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 223, 86, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcdf56; background: linear-gradient(135deg, #bcdf56, #61DF56);