#bcf049
a balanced, electric green · cool · closest name: yellow
RGB
188, 240, 73
HSL
79°, 85%, 61%
CMYK
22, 0, 70, 6
Luminance
0.7349
Every format
| HEX | #bcf049 |
| RGB | rgb(188, 240, 73) |
| HSL | hsl(79, 85%, 61%) |
| CMYK | cmyk(22%, 0%, 70%, 6%) |
| LAB | lab(88.7 -39.4 71.3) |
| LCH | lch(88.7 81.5 118.9) |
| OKLCH | oklch(0.889 0.196 125.4) |
Copy-ready code
/* CSS */
color: #bcf049;
background-color: #bcf049;
/* Tailwind (arbitrary) */
class="text-[#bcf049] bg-[#bcf049]"
/* SCSS */
$brand: #bcf049;
/* SwiftUI */
Color(red: 0.737, green: 0.941, blue: 0.286)
/* Android */
Color.parseColor("#bcf049")Accessibility — WCAG contrast
Aa
#bcf049 on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcf049 on black: 15.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green94.1%
Blue28.6%
CMYK percentages
Cyan21.7%
Magenta0.0%
Yellow69.6%
Key (black)5.9%
Color previews
#bcf049 text on a black background
contrast 15.70:1
Card sample
#bcf049 text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcf049;
Background color
Panel with #bcf049 background
background-color: #bcf049;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcf049;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 240, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 240, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcf049; background: linear-gradient(135deg, #bcf049, #4DF049);