#bcdf76
a light, vivid green · cool · closest name: khaki
RGB
188, 223, 118
HSL
80°, 62%, 67%
CMYK
16, 0, 47, 13
Luminance
0.6477
Every format
| HEX | #bcdf76 |
| RGB | rgb(188, 223, 118) |
| HSL | hsl(80, 62%, 67%) |
| CMYK | cmyk(16%, 0%, 47%, 13%) |
| LAB | lab(84.4 -27.9 47.4) |
| LCH | lch(84.4 55.0 120.5) |
| OKLCH | oklch(0.856 0.138 124.4) |
Copy-ready code
/* CSS */
color: #bcdf76;
background-color: #bcdf76;
/* Tailwind (arbitrary) */
class="text-[#bcdf76] bg-[#bcdf76]"
/* SCSS */
$brand: #bcdf76;
/* SwiftUI */
Color(red: 0.737, green: 0.875, blue: 0.463)
/* Android */
Color.parseColor("#bcdf76")Accessibility — WCAG contrast
Aa
#bcdf76 on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcdf76 on black: 13.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green87.5%
Blue46.3%
CMYK percentages
Cyan15.7%
Magenta0.0%
Yellow47.1%
Key (black)12.5%
Color previews
#bcdf76 text on a black background
contrast 13.95:1
Card sample
#bcdf76 text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcdf76;
Background color
Panel with #bcdf76 background
background-color: #bcdf76;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcdf76;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 223, 118, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 223, 118, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcdf76; background: linear-gradient(135deg, #bcdf76, #76DF76);