#bcf855
a light, electric green · cool · closest name: yellow
RGB
188, 248, 85
HSL
82°, 92%, 65%
CMYK
24, 0, 66, 3
Luminance
0.7848
Every format
| HEX | #bcf855 |
| RGB | rgb(188, 248, 85) |
| HSL | hsl(82, 92%, 65%) |
| CMYK | cmyk(24%, 0%, 66%, 3%) |
| LAB | lab(91.0 -42.2 69.3) |
| LCH | lch(91.0 81.1 121.3) |
| OKLCH | oklch(0.908 0.198 127.4) |
Copy-ready code
/* CSS */
color: #bcf855;
background-color: #bcf855;
/* Tailwind (arbitrary) */
class="text-[#bcf855] bg-[#bcf855]"
/* SCSS */
$brand: #bcf855;
/* SwiftUI */
Color(red: 0.737, green: 0.973, blue: 0.333)
/* Android */
Color.parseColor("#bcf855")Accessibility — WCAG contrast
Aa
#bcf855 on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcf855 on black: 16.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green97.3%
Blue33.3%
CMYK percentages
Cyan24.2%
Magenta0.0%
Yellow65.7%
Key (black)2.7%
Color previews
#bcf855 text on a black background
contrast 16.70:1
Card sample
#bcf855 text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcf855;
Background color
Panel with #bcf855 background
background-color: #bcf855;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcf855;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 248, 85, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 248, 85, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcf855; background: linear-gradient(135deg, #bcf855, #55F85B);