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