#bcf005
a balanced, electric green · cool · closest name: yellow
RGB
188, 240, 5
HSL
73°, 96%, 48%
CMYK
22, 0, 98, 6
Luminance
0.7302
Every format
| HEX | #bcf005 |
| RGB | rgb(188, 240, 5) |
| HSL | hsl(73, 96%, 48%) |
| CMYK | cmyk(22%, 0%, 98%, 6%) |
| LAB | lab(88.5 -41.5 85.5) |
| LCH | lch(88.5 95.1 115.9) |
| OKLCH | oklch(0.886 0.220 124.0) |
Copy-ready code
/* CSS */
color: #bcf005;
background-color: #bcf005;
/* Tailwind (arbitrary) */
class="text-[#bcf005] bg-[#bcf005]"
/* SCSS */
$brand: #bcf005;
/* SwiftUI */
Color(red: 0.737, green: 0.941, blue: 0.020)
/* Android */
Color.parseColor("#bcf005")Accessibility — WCAG contrast
Aa
#bcf005 on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcf005 on black: 15.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green94.1%
Blue2.0%
CMYK percentages
Cyan21.7%
Magenta0.0%
Yellow97.9%
Key (black)5.9%
Color previews
#bcf005 text on a black background
contrast 15.60:1
Card sample
#bcf005 text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcf005;
Background color
Panel with #bcf005 background
background-color: #bcf005;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcf005;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 240, 5, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 240, 5, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcf005; background: linear-gradient(135deg, #bcf005, #1FF005);