#bcdf83
a light, vivid green · cool · closest name: khaki
RGB
188, 223, 131
HSL
83°, 59%, 69%
CMYK
16, 0, 41, 13
Luminance
0.6511
Every format
| HEX | #bcdf83 |
| RGB | rgb(188, 223, 131) |
| HSL | hsl(83, 59%, 69%) |
| CMYK | cmyk(16%, 0%, 41%, 13%) |
| LAB | lab(84.5 -26.5 41.3) |
| LCH | lch(84.5 49.0 122.7) |
| OKLCH | oklch(0.858 0.124 125.9) |
Copy-ready code
/* CSS */
color: #bcdf83;
background-color: #bcdf83;
/* Tailwind (arbitrary) */
class="text-[#bcdf83] bg-[#bcdf83]"
/* SCSS */
$brand: #bcdf83;
/* SwiftUI */
Color(red: 0.737, green: 0.875, blue: 0.514)
/* Android */
Color.parseColor("#bcdf83")Accessibility — WCAG contrast
Aa
#bcdf83 on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcdf83 on black: 14.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green87.5%
Blue51.4%
CMYK percentages
Cyan15.7%
Magenta0.0%
Yellow41.3%
Key (black)12.5%
Color previews
#bcdf83 text on a black background
contrast 14.02:1
Card sample
#bcdf83 text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcdf83;
Background color
Panel with #bcdf83 background
background-color: #bcdf83;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcdf83;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 223, 131, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 223, 131, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcdf83; background: linear-gradient(135deg, #bcdf83, #83DF87);