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