#bcf511
a balanced, electric green · cool · closest name: yellow
RGB
188, 245, 17
HSL
75°, 92%, 51%
CMYK
23, 0, 93, 4
Luminance
0.7604
Every format
| HEX | #bcf511 |
| RGB | rgb(188, 245, 17) |
| HSL | hsl(75, 92%, 51%) |
| CMYK | cmyk(23%, 0%, 93%, 4%) |
| LAB | lab(89.9 -43.5 85.6) |
| LCH | lch(89.9 96.1 117.0) |
| OKLCH | oklch(0.898 0.223 125.0) |
Copy-ready code
/* CSS */
color: #bcf511;
background-color: #bcf511;
/* Tailwind (arbitrary) */
class="text-[#bcf511] bg-[#bcf511]"
/* SCSS */
$brand: #bcf511;
/* SwiftUI */
Color(red: 0.737, green: 0.961, blue: 0.067)
/* Android */
Color.parseColor("#bcf511")Accessibility — WCAG contrast
Aa
#bcf511 on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcf511 on black: 16.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green96.1%
Blue6.7%
CMYK percentages
Cyan23.3%
Magenta0.0%
Yellow93.1%
Key (black)3.9%
Color previews
#bcf511 text on a black background
contrast 16.21:1
Card sample
#bcf511 text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcf511;
Background color
Panel with #bcf511 background
background-color: #bcf511;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcf511;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 245, 17, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 245, 17, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcf511; background: linear-gradient(135deg, #bcf511, #24F511);