#bcf968
a light, electric green · cool · closest name: khaki
RGB
188, 249, 104
HSL
85°, 92%, 69%
CMYK
25, 0, 58, 2
Luminance
0.7944
Every format
| HEX | #bcf968 |
| RGB | rgb(188, 249, 104) |
| HSL | hsl(85, 92%, 69%) |
| CMYK | cmyk(25%, 0%, 58%, 2%) |
| LAB | lab(91.4 -41.1 62.1) |
| LCH | lch(91.4 74.5 123.5) |
| OKLCH | oklch(0.912 0.185 128.7) |
Copy-ready code
/* CSS */
color: #bcf968;
background-color: #bcf968;
/* Tailwind (arbitrary) */
class="text-[#bcf968] bg-[#bcf968]"
/* SCSS */
$brand: #bcf968;
/* SwiftUI */
Color(red: 0.737, green: 0.976, blue: 0.408)
/* Android */
Color.parseColor("#bcf968")Accessibility — WCAG contrast
Aa
#bcf968 on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcf968 on black: 16.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green97.6%
Blue40.8%
CMYK percentages
Cyan24.5%
Magenta0.0%
Yellow58.2%
Key (black)2.4%
Color previews
#bcf968 text on a black background
contrast 16.89:1
Card sample
#bcf968 text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcf968;
Background color
Panel with #bcf968 background
background-color: #bcf968;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcf968;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 249, 104, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 249, 104, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcf968; background: linear-gradient(135deg, #bcf968, #68F974);