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