#bcf539
a balanced, electric green · cool · closest name: yellow
RGB
188, 245, 57
HSL
78°, 90%, 59%
CMYK
23, 0, 77, 4
Luminance
0.7629
Every format
| HEX | #bcf539 |
| RGB | rgb(188, 245, 57) |
| HSL | hsl(78, 90%, 59%) |
| CMYK | cmyk(23%, 0%, 77%, 4%) |
| LAB | lab(90.0 -42.4 77.8) |
| LCH | lch(90.0 88.6 118.6) |
| OKLCH | oklch(0.899 0.211 125.7) |
Copy-ready code
/* CSS */
color: #bcf539;
background-color: #bcf539;
/* Tailwind (arbitrary) */
class="text-[#bcf539] bg-[#bcf539]"
/* SCSS */
$brand: #bcf539;
/* SwiftUI */
Color(red: 0.737, green: 0.961, blue: 0.224)
/* Android */
Color.parseColor("#bcf539")Accessibility — WCAG contrast
Aa
#bcf539 on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcf539 on black: 16.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green96.1%
Blue22.4%
CMYK percentages
Cyan23.3%
Magenta0.0%
Yellow76.7%
Key (black)3.9%
Color previews
#bcf539 text on a black background
contrast 16.26:1
Card sample
#bcf539 text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcf539;
Background color
Panel with #bcf539 background
background-color: #bcf539;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcf539;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 245, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 245, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcf539; background: linear-gradient(135deg, #bcf539, #3FF539);