#bcf596
a light, electric green · cool · closest name: khaki
RGB
188, 245, 150
HSL
96°, 83%, 78%
CMYK
23, 0, 39, 4
Luminance
0.7820
Every format
| HEX | #bcf596 |
| RGB | rgb(188, 245, 150) |
| HSL | hsl(96, 83%, 78%) |
| CMYK | cmyk(23%, 0%, 39%, 4%) |
| LAB | lab(90.9 -34.4 40.0) |
| LCH | lch(90.9 52.8 130.7) |
| OKLCH | oklch(0.909 0.136 133.7) |
Copy-ready code
/* CSS */
color: #bcf596;
background-color: #bcf596;
/* Tailwind (arbitrary) */
class="text-[#bcf596] bg-[#bcf596]"
/* SCSS */
$brand: #bcf596;
/* SwiftUI */
Color(red: 0.737, green: 0.961, blue: 0.588)
/* Android */
Color.parseColor("#bcf596")Accessibility — WCAG contrast
Aa
#bcf596 on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcf596 on black: 16.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green96.1%
Blue58.8%
CMYK percentages
Cyan23.3%
Magenta0.0%
Yellow38.8%
Key (black)3.9%
Color previews
#bcf596 text on a black background
contrast 16.64:1
Card sample
#bcf596 text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcf596;
Background color
Panel with #bcf596 background
background-color: #bcf596;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcf596;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 245, 150, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 245, 150, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcf596; background: linear-gradient(135deg, #bcf596, #96F5B0);