#bcf978
a light, electric green · cool · closest name: khaki
RGB
188, 249, 120
HSL
88°, 92%, 72%
CMYK
25, 0, 52, 2
Luminance
0.7980
Every format
| HEX | #bcf978 |
| RGB | rgb(188, 249, 120) |
| HSL | hsl(88, 92%, 72%) |
| CMYK | cmyk(25%, 0%, 52%, 2%) |
| LAB | lab(91.6 -39.7 55.2) |
| LCH | lch(91.6 68.0 125.7) |
| OKLCH | oklch(0.914 0.171 130.1) |
Copy-ready code
/* CSS */
color: #bcf978;
background-color: #bcf978;
/* Tailwind (arbitrary) */
class="text-[#bcf978] bg-[#bcf978]"
/* SCSS */
$brand: #bcf978;
/* SwiftUI */
Color(red: 0.737, green: 0.976, blue: 0.471)
/* Android */
Color.parseColor("#bcf978")Accessibility — WCAG contrast
Aa
#bcf978 on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcf978 on black: 16.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green97.6%
Blue47.1%
CMYK percentages
Cyan24.5%
Magenta0.0%
Yellow51.8%
Key (black)2.4%
Color previews
#bcf978 text on a black background
contrast 16.96:1
Card sample
#bcf978 text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcf978;
Background color
Panel with #bcf978 background
background-color: #bcf978;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcf978;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 249, 120, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 249, 120, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcf978; background: linear-gradient(135deg, #bcf978, #78F98A);