#bcdb3f
a balanced, vivid green · cool · closest name: yellow
RGB
188, 219, 63
HSL
72°, 68%, 55%
CMYK
14, 0, 71, 14
Luminance
0.6171
Every format
| HEX | #bcdb3f |
| RGB | rgb(188, 219, 63) |
| HSL | hsl(72, 68%, 55%) |
| CMYK | cmyk(14%, 0%, 71%, 14%) |
| LAB | lab(82.8 -30.4 69.0) |
| LCH | lch(82.8 75.4 113.8) |
| OKLCH | oklch(0.841 0.178 120.3) |
Copy-ready code
/* CSS */
color: #bcdb3f;
background-color: #bcdb3f;
/* Tailwind (arbitrary) */
class="text-[#bcdb3f] bg-[#bcdb3f]"
/* SCSS */
$brand: #bcdb3f;
/* SwiftUI */
Color(red: 0.737, green: 0.859, blue: 0.247)
/* Android */
Color.parseColor("#bcdb3f")Accessibility — WCAG contrast
Aa
#bcdb3f on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcdb3f on black: 13.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green85.9%
Blue24.7%
CMYK percentages
Cyan14.2%
Magenta0.0%
Yellow71.2%
Key (black)14.1%
Color previews
#bcdb3f text on a black background
contrast 13.34:1
Card sample
#bcdb3f text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcdb3f;
Background color
Panel with #bcdb3f background
background-color: #bcdb3f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcdb3f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 219, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 219, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcdb3f; background: linear-gradient(135deg, #bcdb3f, #54DB3F);