#bcdf5c
a balanced, vivid green · cool · closest name: khaki
RGB
188, 223, 92
HSL
76°, 67%, 62%
CMYK
16, 0, 59, 13
Luminance
0.6424
Every format
| HEX | #bcdf5c |
| RGB | rgb(188, 223, 92) |
| HSL | hsl(76, 67%, 62%) |
| CMYK | cmyk(16%, 0%, 59%, 13%) |
| LAB | lab(84.1 -30.3 59.0) |
| LCH | lch(84.1 66.3 117.2) |
| OKLCH | oklch(0.852 0.162 122.5) |
Copy-ready code
/* CSS */
color: #bcdf5c;
background-color: #bcdf5c;
/* Tailwind (arbitrary) */
class="text-[#bcdf5c] bg-[#bcdf5c]"
/* SCSS */
$brand: #bcdf5c;
/* SwiftUI */
Color(red: 0.737, green: 0.875, blue: 0.361)
/* Android */
Color.parseColor("#bcdf5c")Accessibility — WCAG contrast
Aa
#bcdf5c on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcdf5c on black: 13.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green87.5%
Blue36.1%
CMYK percentages
Cyan15.7%
Magenta0.0%
Yellow58.7%
Key (black)12.5%
Color previews
#bcdf5c text on a black background
contrast 13.85:1
Card sample
#bcdf5c text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcdf5c;
Background color
Panel with #bcdf5c background
background-color: #bcdf5c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcdf5c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 223, 92, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 223, 92, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcdf5c; background: linear-gradient(135deg, #bcdf5c, #65DF5C);