#bcdb4f
a balanced, vivid green · cool · closest name: khaki
RGB
188, 219, 79
HSL
73°, 66%, 58%
CMYK
14, 0, 64, 14
Luminance
0.6192
Every format
| HEX | #bcdb4f |
| RGB | rgb(188, 219, 79) |
| HSL | hsl(73, 66%, 58%) |
| CMYK | cmyk(14%, 0%, 64%, 14%) |
| LAB | lab(82.9 -29.4 63.1) |
| LCH | lch(82.9 69.6 115.0) |
| OKLCH | oklch(0.842 0.167 120.8) |
Copy-ready code
/* CSS */
color: #bcdb4f;
background-color: #bcdb4f;
/* Tailwind (arbitrary) */
class="text-[#bcdb4f] bg-[#bcdb4f]"
/* SCSS */
$brand: #bcdb4f;
/* SwiftUI */
Color(red: 0.737, green: 0.859, blue: 0.310)
/* Android */
Color.parseColor("#bcdb4f")Accessibility — WCAG contrast
Aa
#bcdb4f on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcdb4f on black: 13.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green85.9%
Blue31.0%
CMYK percentages
Cyan14.2%
Magenta0.0%
Yellow63.9%
Key (black)14.1%
Color previews
#bcdb4f text on a black background
contrast 13.38:1
Card sample
#bcdb4f text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcdb4f;
Background color
Panel with #bcdb4f background
background-color: #bcdb4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcdb4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 219, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 219, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcdb4f; background: linear-gradient(135deg, #bcdb4f, #5FDB4F);