#bcf992
a light, electric green · cool · closest name: khaki
RGB
188, 249, 146
HSL
96°, 90%, 78%
CMYK
25, 0, 41, 2
Luminance
0.8052
Every format
| HEX | #bcf992 |
| RGB | rgb(188, 249, 146) |
| HSL | hsl(96, 90%, 78%) |
| CMYK | cmyk(25%, 0%, 41%, 2%) |
| LAB | lab(91.9 -36.7 43.3) |
| LCH | lch(91.9 56.8 130.3) |
| OKLCH | oklch(0.917 0.146 133.5) |
Copy-ready code
/* CSS */
color: #bcf992;
background-color: #bcf992;
/* Tailwind (arbitrary) */
class="text-[#bcf992] bg-[#bcf992]"
/* SCSS */
$brand: #bcf992;
/* SwiftUI */
Color(red: 0.737, green: 0.976, blue: 0.573)
/* Android */
Color.parseColor("#bcf992")Accessibility — WCAG contrast
Aa
#bcf992 on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcf992 on black: 17.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green97.6%
Blue57.3%
CMYK percentages
Cyan24.5%
Magenta0.0%
Yellow41.4%
Key (black)2.4%
Color previews
#bcf992 text on a black background
contrast 17.10:1
Card sample
#bcf992 text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcf992;
Background color
Panel with #bcf992 background
background-color: #bcf992;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcf992;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 249, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 249, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcf992; background: linear-gradient(135deg, #bcf992, #92F9AD);