#bcf06c
a light, electric green · cool · closest name: khaki
RGB
188, 240, 108
HSL
84°, 82%, 68%
CMYK
22, 0, 55, 6
Luminance
0.7409
Every format
| HEX | #bcf06c |
| RGB | rgb(188, 240, 108) |
| HSL | hsl(84, 82%, 68%) |
| CMYK | cmyk(22%, 0%, 55%, 6%) |
| LAB | lab(89.0 -36.8 57.5) |
| LCH | lch(89.0 68.3 122.6) |
| OKLCH | oklch(0.892 0.170 127.5) |
Copy-ready code
/* CSS */
color: #bcf06c;
background-color: #bcf06c;
/* Tailwind (arbitrary) */
class="text-[#bcf06c] bg-[#bcf06c]"
/* SCSS */
$brand: #bcf06c;
/* SwiftUI */
Color(red: 0.737, green: 0.941, blue: 0.424)
/* Android */
Color.parseColor("#bcf06c")Accessibility — WCAG contrast
Aa
#bcf06c on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcf06c on black: 15.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green94.1%
Blue42.4%
CMYK percentages
Cyan21.7%
Magenta0.0%
Yellow55.0%
Key (black)5.9%
Color previews
#bcf06c text on a black background
contrast 15.82:1
Card sample
#bcf06c text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcf06c;
Background color
Panel with #bcf06c background
background-color: #bcf06c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcf06c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 240, 108, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 240, 108, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcf06c; background: linear-gradient(135deg, #bcf06c, #6CF074);