#bcf751
a balanced, electric green · cool · closest name: yellow
RGB
188, 247, 81
HSL
81°, 91%, 64%
CMYK
24, 0, 67, 3
Luminance
0.7781
Every format
| HEX | #bcf751 |
| RGB | rgb(188, 247, 81) |
| HSL | hsl(81, 91%, 64%) |
| CMYK | cmyk(24%, 0%, 67%, 3%) |
| LAB | lab(90.7 -42.0 70.5) |
| LCH | lch(90.7 82.0 120.8) |
| OKLCH | oklch(0.905 0.200 127.0) |
Copy-ready code
/* CSS */
color: #bcf751;
background-color: #bcf751;
/* Tailwind (arbitrary) */
class="text-[#bcf751] bg-[#bcf751]"
/* SCSS */
$brand: #bcf751;
/* SwiftUI */
Color(red: 0.737, green: 0.969, blue: 0.318)
/* Android */
Color.parseColor("#bcf751")Accessibility — WCAG contrast
Aa
#bcf751 on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcf751 on black: 16.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green96.9%
Blue31.8%
CMYK percentages
Cyan23.9%
Magenta0.0%
Yellow67.2%
Key (black)3.1%
Color previews
#bcf751 text on a black background
contrast 16.56:1
Card sample
#bcf751 text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcf751;
Background color
Panel with #bcf751 background
background-color: #bcf751;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcf751;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 247, 81, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 247, 81, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcf751; background: linear-gradient(135deg, #bcf751, #51F755);