#bcdf3e
a balanced, vivid green · cool · closest name: yellow
RGB
188, 223, 62
HSL
73°, 72%, 56%
CMYK
16, 0, 72, 13
Luminance
0.6381
Every format
| HEX | #bcdf3e |
| RGB | rgb(188, 223, 62) |
| HSL | hsl(73, 72%, 56%) |
| CMYK | cmyk(16%, 0%, 72%, 13%) |
| LAB | lab(83.9 -32.3 70.4) |
| LCH | lch(83.9 77.5 114.6) |
| OKLCH | oklch(0.850 0.183 121.3) |
Copy-ready code
/* CSS */
color: #bcdf3e;
background-color: #bcdf3e;
/* Tailwind (arbitrary) */
class="text-[#bcdf3e] bg-[#bcdf3e]"
/* SCSS */
$brand: #bcdf3e;
/* SwiftUI */
Color(red: 0.737, green: 0.875, blue: 0.243)
/* Android */
Color.parseColor("#bcdf3e")Accessibility — WCAG contrast
Aa
#bcdf3e on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcdf3e on black: 13.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green87.5%
Blue24.3%
CMYK percentages
Cyan15.7%
Magenta0.0%
Yellow72.2%
Key (black)12.5%
Color previews
#bcdf3e text on a black background
contrast 13.76:1
Card sample
#bcdf3e text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcdf3e;
Background color
Panel with #bcdf3e background
background-color: #bcdf3e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcdf3e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 223, 62, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 223, 62, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcdf3e; background: linear-gradient(135deg, #bcdf3e, #51DF3E);