#bcdf52
a balanced, vivid green · cool · closest name: khaki
RGB
188, 223, 82
HSL
75°, 69%, 60%
CMYK
16, 0, 63, 13
Luminance
0.6408
Every format
| HEX | #bcdf52 |
| RGB | rgb(188, 223, 82) |
| HSL | hsl(75, 69%, 60%) |
| CMYK | cmyk(16%, 0%, 63%, 13%) |
| LAB | lab(84.0 -31.1 63.1) |
| LCH | lch(84.0 70.3 116.2) |
| OKLCH | oklch(0.852 0.170 122.0) |
Copy-ready code
/* CSS */
color: #bcdf52;
background-color: #bcdf52;
/* Tailwind (arbitrary) */
class="text-[#bcdf52] bg-[#bcdf52]"
/* SCSS */
$brand: #bcdf52;
/* SwiftUI */
Color(red: 0.737, green: 0.875, blue: 0.322)
/* Android */
Color.parseColor("#bcdf52")Accessibility — WCAG contrast
Aa
#bcdf52 on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcdf52 on black: 13.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green87.5%
Blue32.2%
CMYK percentages
Cyan15.7%
Magenta0.0%
Yellow63.2%
Key (black)12.5%
Color previews
#bcdf52 text on a black background
contrast 13.82:1
Card sample
#bcdf52 text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcdf52;
Background color
Panel with #bcdf52 background
background-color: #bcdf52;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcdf52;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 223, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 223, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcdf52; background: linear-gradient(135deg, #bcdf52, #5EDF52);