#bcdf88
a light, vivid green · cool · closest name: khaki
RGB
188, 223, 136
HSL
84°, 58%, 70%
CMYK
16, 0, 39, 13
Luminance
0.6524
Every format
| HEX | #bcdf88 |
| RGB | rgb(188, 223, 136) |
| HSL | hsl(84, 58%, 70%) |
| CMYK | cmyk(16%, 0%, 39%, 13%) |
| LAB | lab(84.6 -25.9 38.9) |
| LCH | lch(84.6 46.7 123.6) |
| OKLCH | oklch(0.858 0.119 126.6) |
Copy-ready code
/* CSS */
color: #bcdf88;
background-color: #bcdf88;
/* Tailwind (arbitrary) */
class="text-[#bcdf88] bg-[#bcdf88]"
/* SCSS */
$brand: #bcdf88;
/* SwiftUI */
Color(red: 0.737, green: 0.875, blue: 0.533)
/* Android */
Color.parseColor("#bcdf88")Accessibility — WCAG contrast
Aa
#bcdf88 on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcdf88 on black: 14.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green87.5%
Blue53.3%
CMYK percentages
Cyan15.7%
Magenta0.0%
Yellow39.0%
Key (black)12.5%
Color previews
#bcdf88 text on a black background
contrast 14.05:1
Card sample
#bcdf88 text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcdf88;
Background color
Panel with #bcdf88 background
background-color: #bcdf88;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcdf88;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 223, 136, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 223, 136, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcdf88; background: linear-gradient(135deg, #bcdf88, #88DF8E);