#bcdb7f
a light, vivid green · cool · closest name: khaki
RGB
188, 219, 127
HSL
80°, 56%, 68%
CMYK
14, 0, 42, 14
Luminance
0.6289
Every format
| HEX | #bcdb7f |
| RGB | rgb(188, 219, 127) |
| HSL | hsl(80, 56%, 68%) |
| CMYK | cmyk(14%, 0%, 42%, 14%) |
| LAB | lab(83.4 -25.0 41.8) |
| LCH | lch(83.4 48.7 120.9) |
| OKLCH | oklch(0.848 0.123 124.2) |
Copy-ready code
/* CSS */
color: #bcdb7f;
background-color: #bcdb7f;
/* Tailwind (arbitrary) */
class="text-[#bcdb7f] bg-[#bcdb7f]"
/* SCSS */
$brand: #bcdb7f;
/* SwiftUI */
Color(red: 0.737, green: 0.859, blue: 0.498)
/* Android */
Color.parseColor("#bcdb7f")Accessibility — WCAG contrast
Aa
#bcdb7f on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcdb7f on black: 13.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green85.9%
Blue49.8%
CMYK percentages
Cyan14.2%
Magenta0.0%
Yellow42.0%
Key (black)14.1%
Color previews
#bcdb7f text on a black background
contrast 13.58:1
Card sample
#bcdb7f text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcdb7f;
Background color
Panel with #bcdb7f background
background-color: #bcdb7f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcdb7f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 219, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 219, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcdb7f; background: linear-gradient(135deg, #bcdb7f, #7FDB7F);