#bcf697
a light, electric green · cool · closest name: khaki
RGB
188, 246, 151
HSL
97°, 84%, 78%
CMYK
24, 0, 39, 4
Luminance
0.7884
Every format
| HEX | #bcf697 |
| RGB | rgb(188, 246, 151) |
| HSL | hsl(97, 84%, 78%) |
| CMYK | cmyk(24%, 0%, 39%, 4%) |
| LAB | lab(91.2 -34.7 39.9) |
| LCH | lch(91.2 52.9 131.0) |
| OKLCH | oklch(0.912 0.137 134.0) |
Copy-ready code
/* CSS */
color: #bcf697;
background-color: #bcf697;
/* Tailwind (arbitrary) */
class="text-[#bcf697] bg-[#bcf697]"
/* SCSS */
$brand: #bcf697;
/* SwiftUI */
Color(red: 0.737, green: 0.965, blue: 0.592)
/* Android */
Color.parseColor("#bcf697")Accessibility — WCAG contrast
Aa
#bcf697 on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcf697 on black: 16.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green96.5%
Blue59.2%
CMYK percentages
Cyan23.6%
Magenta0.0%
Yellow38.6%
Key (black)3.5%
Color previews
#bcf697 text on a black background
contrast 16.77:1
Card sample
#bcf697 text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcf697;
Background color
Panel with #bcf697 background
background-color: #bcf697;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcf697;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 246, 151, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 246, 151, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcf697; background: linear-gradient(135deg, #bcf697, #97F6B1);