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