#bcdf8e
a light, vivid green · cool · closest name: khaki
RGB
188, 223, 142
HSL
86°, 56%, 72%
CMYK
16, 0, 36, 13
Luminance
0.6542
Every format
| HEX | #bcdf8e |
| RGB | rgb(188, 223, 142) |
| HSL | hsl(86, 56%, 72%) |
| CMYK | cmyk(16%, 0%, 36%, 13%) |
| LAB | lab(84.7 -25.1 36.0) |
| LCH | lch(84.7 43.9 124.9) |
| OKLCH | oklch(0.859 0.112 127.6) |
Copy-ready code
/* CSS */
color: #bcdf8e;
background-color: #bcdf8e;
/* Tailwind (arbitrary) */
class="text-[#bcdf8e] bg-[#bcdf8e]"
/* SCSS */
$brand: #bcdf8e;
/* SwiftUI */
Color(red: 0.737, green: 0.875, blue: 0.557)
/* Android */
Color.parseColor("#bcdf8e")Accessibility — WCAG contrast
Aa
#bcdf8e on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcdf8e on black: 14.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green87.5%
Blue55.7%
CMYK percentages
Cyan15.7%
Magenta0.0%
Yellow36.3%
Key (black)12.5%
Color previews
#bcdf8e text on a black background
contrast 14.08:1
Card sample
#bcdf8e text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcdf8e;
Background color
Panel with #bcdf8e background
background-color: #bcdf8e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcdf8e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 223, 142, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 223, 142, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcdf8e; background: linear-gradient(135deg, #bcdf8e, #8EDF96);