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