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