#bcdf72
a light, vivid green · cool · closest name: khaki
RGB
188, 223, 114
HSL
79°, 63%, 66%
CMYK
16, 0, 49, 13
Luminance
0.6468
Every format
| HEX | #bcdf72 |
| RGB | rgb(188, 223, 114) |
| HSL | hsl(79, 63%, 66%) |
| CMYK | cmyk(16%, 0%, 49%, 13%) |
| LAB | lab(84.3 -28.3 49.3) |
| LCH | lch(84.3 56.8 119.9) |
| OKLCH | oklch(0.855 0.142 124.0) |
Copy-ready code
/* CSS */
color: #bcdf72;
background-color: #bcdf72;
/* Tailwind (arbitrary) */
class="text-[#bcdf72] bg-[#bcdf72]"
/* SCSS */
$brand: #bcdf72;
/* SwiftUI */
Color(red: 0.737, green: 0.875, blue: 0.447)
/* Android */
Color.parseColor("#bcdf72")Accessibility — WCAG contrast
Aa
#bcdf72 on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcdf72 on black: 13.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green87.5%
Blue44.7%
CMYK percentages
Cyan15.7%
Magenta0.0%
Yellow48.9%
Key (black)12.5%
Color previews
#bcdf72 text on a black background
contrast 13.94:1
Card sample
#bcdf72 text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcdf72;
Background color
Panel with #bcdf72 background
background-color: #bcdf72;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcdf72;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 223, 114, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 223, 114, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcdf72; background: linear-gradient(135deg, #bcdf72, #73DF72);