#bcf939
a balanced, electric green · cool · closest name: yellow
RGB
188, 249, 57
HSL
79°, 94%, 60%
CMYK
25, 0, 77, 2
Luminance
0.7874
Every format
| HEX | #bcf939 |
| RGB | rgb(188, 249, 57) |
| HSL | hsl(79, 94%, 60%) |
| CMYK | cmyk(25%, 0%, 77%, 2%) |
| LAB | lab(91.1 -44.2 78.8) |
| LCH | lch(91.1 90.3 119.3) |
| OKLCH | oklch(0.908 0.215 126.4) |
Copy-ready code
/* CSS */
color: #bcf939;
background-color: #bcf939;
/* Tailwind (arbitrary) */
class="text-[#bcf939] bg-[#bcf939]"
/* SCSS */
$brand: #bcf939;
/* SwiftUI */
Color(red: 0.737, green: 0.976, blue: 0.224)
/* Android */
Color.parseColor("#bcf939")Accessibility — WCAG contrast
Aa
#bcf939 on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcf939 on black: 16.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green97.6%
Blue22.4%
CMYK percentages
Cyan24.5%
Magenta0.0%
Yellow77.1%
Key (black)2.4%
Color previews
#bcf939 text on a black background
contrast 16.75:1
Card sample
#bcf939 text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcf939;
Background color
Panel with #bcf939 background
background-color: #bcf939;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcf939;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 249, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 249, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcf939; background: linear-gradient(135deg, #bcf939, #3CF939);