#bcf548
a balanced, electric green · cool · closest name: yellow
RGB
188, 245, 72
HSL
80°, 90%, 62%
CMYK
23, 0, 71, 4
Luminance
0.7646
Every format
| HEX | #bcf548 |
| RGB | rgb(188, 245, 72) |
| HSL | hsl(80, 90%, 62%) |
| CMYK | cmyk(23%, 0%, 71%, 4%) |
| LAB | lab(90.1 -41.7 73.1) |
| LCH | lch(90.1 84.1 119.7) |
| OKLCH | oklch(0.900 0.203 126.2) |
Copy-ready code
/* CSS */
color: #bcf548;
background-color: #bcf548;
/* Tailwind (arbitrary) */
class="text-[#bcf548] bg-[#bcf548]"
/* SCSS */
$brand: #bcf548;
/* SwiftUI */
Color(red: 0.737, green: 0.961, blue: 0.282)
/* Android */
Color.parseColor("#bcf548")Accessibility — WCAG contrast
Aa
#bcf548 on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcf548 on black: 16.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green96.1%
Blue28.2%
CMYK percentages
Cyan23.3%
Magenta0.0%
Yellow70.6%
Key (black)3.9%
Color previews
#bcf548 text on a black background
contrast 16.29:1
Card sample
#bcf548 text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcf548;
Background color
Panel with #bcf548 background
background-color: #bcf548;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcf548;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 245, 72, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 245, 72, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcf548; background: linear-gradient(135deg, #bcf548, #49F548);