#bcfd67
a light, electric green · cool · closest name: yellow
RGB
188, 253, 103
HSL
86°, 97%, 70%
CMYK
26, 0, 59, 1
Luminance
0.8192
Every format
| HEX | #bcfd67 |
| RGB | rgb(188, 253, 103) |
| HSL | hsl(86, 97%, 70%) |
| CMYK | cmyk(26%, 0%, 59%, 1%) |
| LAB | lab(92.5 -43.0 63.8) |
| LCH | lch(92.5 76.9 124.0) |
| OKLCH | oklch(0.921 0.191 129.3) |
Copy-ready code
/* CSS */
color: #bcfd67;
background-color: #bcfd67;
/* Tailwind (arbitrary) */
class="text-[#bcfd67] bg-[#bcfd67]"
/* SCSS */
$brand: #bcfd67;
/* SwiftUI */
Color(red: 0.737, green: 0.992, blue: 0.404)
/* Android */
Color.parseColor("#bcfd67")Accessibility — WCAG contrast
Aa
#bcfd67 on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcfd67 on black: 17.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green99.2%
Blue40.4%
CMYK percentages
Cyan25.7%
Magenta0.0%
Yellow59.3%
Key (black)0.8%
Color previews
#bcfd67 text on a black background
contrast 17.38:1
Card sample
#bcfd67 text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcfd67;
Background color
Panel with #bcfd67 background
background-color: #bcfd67;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcfd67;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 253, 103, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 253, 103, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcfd67; background: linear-gradient(135deg, #bcfd67, #67FD76);