#bcf360
a light, electric green · cool · closest name: khaki
RGB
188, 243, 96
HSL
82°, 86%, 67%
CMYK
23, 0, 61, 5
Luminance
0.7564
Every format
| HEX | #bcf360 |
| RGB | rgb(188, 243, 96) |
| HSL | hsl(82, 86%, 67%) |
| CMYK | cmyk(23%, 0%, 61%, 5%) |
| LAB | lab(89.7 -39.1 63.5) |
| LCH | lch(89.7 74.6 121.7) |
| OKLCH | oklch(0.898 0.184 127.1) |
Copy-ready code
/* CSS */
color: #bcf360;
background-color: #bcf360;
/* Tailwind (arbitrary) */
class="text-[#bcf360] bg-[#bcf360]"
/* SCSS */
$brand: #bcf360;
/* SwiftUI */
Color(red: 0.737, green: 0.953, blue: 0.376)
/* Android */
Color.parseColor("#bcf360")Accessibility — WCAG contrast
Aa
#bcf360 on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcf360 on black: 16.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green95.3%
Blue37.6%
CMYK percentages
Cyan22.6%
Magenta0.0%
Yellow60.5%
Key (black)4.7%
Color previews
#bcf360 text on a black background
contrast 16.13:1
Card sample
#bcf360 text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcf360;
Background color
Panel with #bcf360 background
background-color: #bcf360;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcf360;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 243, 96, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 243, 96, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcf360; background: linear-gradient(135deg, #bcf360, #60F366);