#bcf062
a light, electric green · cool · closest name: khaki
RGB
188, 240, 98
HSL
82°, 83%, 66%
CMYK
22, 0, 59, 6
Luminance
0.7389
Every format
| HEX | #bcf062 |
| RGB | rgb(188, 240, 98) |
| HSL | hsl(82, 83%, 66%) |
| CMYK | cmyk(22%, 0%, 59%, 6%) |
| LAB | lab(88.9 -37.6 61.8) |
| LCH | lch(88.9 72.3 121.4) |
| OKLCH | oklch(0.891 0.178 126.7) |
Copy-ready code
/* CSS */
color: #bcf062;
background-color: #bcf062;
/* Tailwind (arbitrary) */
class="text-[#bcf062] bg-[#bcf062]"
/* SCSS */
$brand: #bcf062;
/* SwiftUI */
Color(red: 0.737, green: 0.941, blue: 0.384)
/* Android */
Color.parseColor("#bcf062")Accessibility — WCAG contrast
Aa
#bcf062 on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcf062 on black: 15.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green94.1%
Blue38.4%
CMYK percentages
Cyan21.7%
Magenta0.0%
Yellow59.2%
Key (black)5.9%
Color previews
#bcf062 text on a black background
contrast 15.78:1
Card sample
#bcf062 text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcf062;
Background color
Panel with #bcf062 background
background-color: #bcf062;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcf062;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 240, 98, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 240, 98, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcf062; background: linear-gradient(135deg, #bcf062, #62F067);