#bcdb2f
a balanced, vivid green · cool · closest name: yellow
RGB
188, 219, 47
HSL
71°, 71%, 52%
CMYK
14, 0, 79, 14
Luminance
0.6156
Every format
| HEX | #bcdb2f |
| RGB | rgb(188, 219, 47) |
| HSL | hsl(71, 71%, 52%) |
| CMYK | cmyk(14%, 0%, 79%, 14%) |
| LAB | lab(82.7 -31.1 73.9) |
| LCH | lch(82.7 80.2 112.8) |
| OKLCH | oklch(0.840 0.186 119.9) |
Copy-ready code
/* CSS */
color: #bcdb2f;
background-color: #bcdb2f;
/* Tailwind (arbitrary) */
class="text-[#bcdb2f] bg-[#bcdb2f]"
/* SCSS */
$brand: #bcdb2f;
/* SwiftUI */
Color(red: 0.737, green: 0.859, blue: 0.184)
/* Android */
Color.parseColor("#bcdb2f")Accessibility — WCAG contrast
Aa
#bcdb2f on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcdb2f on black: 13.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green85.9%
Blue18.4%
CMYK percentages
Cyan14.2%
Magenta0.0%
Yellow78.5%
Key (black)14.1%
Color previews
#bcdb2f text on a black background
contrast 13.31:1
Card sample
#bcdb2f text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcdb2f;
Background color
Panel with #bcdb2f background
background-color: #bcdb2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcdb2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 219, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 219, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcdb2f; background: linear-gradient(135deg, #bcdb2f, #4ADB2F);