#bcdf7b
a light, vivid green · cool · closest name: khaki
RGB
188, 223, 123
HSL
81°, 61%, 68%
CMYK
16, 0, 45, 13
Luminance
0.6490
Every format
| HEX | #bcdf7b |
| RGB | rgb(188, 223, 123) |
| HSL | hsl(81, 61%, 68%) |
| CMYK | cmyk(16%, 0%, 45%, 13%) |
| LAB | lab(84.4 -27.4 45.1) |
| LCH | lch(84.4 52.8 121.3) |
| OKLCH | oklch(0.856 0.133 124.9) |
Copy-ready code
/* CSS */
color: #bcdf7b;
background-color: #bcdf7b;
/* Tailwind (arbitrary) */
class="text-[#bcdf7b] bg-[#bcdf7b]"
/* SCSS */
$brand: #bcdf7b;
/* SwiftUI */
Color(red: 0.737, green: 0.875, blue: 0.482)
/* Android */
Color.parseColor("#bcdf7b")Accessibility — WCAG contrast
Aa
#bcdf7b on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcdf7b on black: 13.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green87.5%
Blue48.2%
CMYK percentages
Cyan15.7%
Magenta0.0%
Yellow44.8%
Key (black)12.5%
Color previews
#bcdf7b text on a black background
contrast 13.98:1
Card sample
#bcdf7b text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcdf7b;
Background color
Panel with #bcdf7b background
background-color: #bcdf7b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcdf7b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 223, 123, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 223, 123, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcdf7b; background: linear-gradient(135deg, #bcdf7b, #7BDF7C);