#bcdf9c
a light, vivid green · cool · closest name: khaki
RGB
188, 223, 156
HSL
91°, 51%, 74%
CMYK
16, 0, 30, 13
Luminance
0.6587
Every format
| HEX | #bcdf9c |
| RGB | rgb(188, 223, 156) |
| HSL | hsl(91, 51%, 74%) |
| CMYK | cmyk(16%, 0%, 30%, 13%) |
| LAB | lab(84.9 -23.2 29.2) |
| LCH | lch(84.9 37.3 128.4) |
| OKLCH | oklch(0.862 0.097 130.6) |
Copy-ready code
/* CSS */
color: #bcdf9c;
background-color: #bcdf9c;
/* Tailwind (arbitrary) */
class="text-[#bcdf9c] bg-[#bcdf9c]"
/* SCSS */
$brand: #bcdf9c;
/* SwiftUI */
Color(red: 0.737, green: 0.875, blue: 0.612)
/* Android */
Color.parseColor("#bcdf9c")Accessibility — WCAG contrast
Aa
#bcdf9c on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcdf9c on black: 14.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green87.5%
Blue61.2%
CMYK percentages
Cyan15.7%
Magenta0.0%
Yellow30.0%
Key (black)12.5%
Color previews
#bcdf9c text on a black background
contrast 14.17:1
Card sample
#bcdf9c text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcdf9c;
Background color
Panel with #bcdf9c background
background-color: #bcdf9c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcdf9c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 223, 156, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 223, 156, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcdf9c; background: linear-gradient(135deg, #bcdf9c, #9CDFA9);