#bcdf91
a light, vivid green · cool · closest name: khaki
RGB
188, 223, 145
HSL
87°, 55%, 72%
CMYK
16, 0, 35, 13
Luminance
0.6551
Every format
| HEX | #bcdf91 |
| RGB | rgb(188, 223, 145) |
| HSL | hsl(87, 55%, 72%) |
| CMYK | cmyk(16%, 0%, 35%, 13%) |
| LAB | lab(84.8 -24.7 34.5) |
| LCH | lch(84.8 42.5 125.6) |
| OKLCH | oklch(0.860 0.109 128.2) |
Copy-ready code
/* CSS */
color: #bcdf91;
background-color: #bcdf91;
/* Tailwind (arbitrary) */
class="text-[#bcdf91] bg-[#bcdf91]"
/* SCSS */
$brand: #bcdf91;
/* SwiftUI */
Color(red: 0.737, green: 0.875, blue: 0.569)
/* Android */
Color.parseColor("#bcdf91")Accessibility — WCAG contrast
Aa
#bcdf91 on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcdf91 on black: 14.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green87.5%
Blue56.9%
CMYK percentages
Cyan15.7%
Magenta0.0%
Yellow35.0%
Key (black)12.5%
Color previews
#bcdf91 text on a black background
contrast 14.10:1
Card sample
#bcdf91 text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcdf91;
Background color
Panel with #bcdf91 background
background-color: #bcdf91;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcdf91;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 223, 145, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 223, 145, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcdf91; background: linear-gradient(135deg, #bcdf91, #91DF9A);