#bfe596
a light, vivid green · cool · closest name: khaki
RGB
191, 229, 150
HSL
89°, 60%, 74%
CMYK
17, 0, 35, 10
Luminance
0.6932
Every format
| HEX | #bfe596 |
| RGB | rgb(191, 229, 150) |
| HSL | hsl(89, 60%, 74%) |
| CMYK | cmyk(17%, 0%, 35%, 10%) |
| LAB | lab(86.7 -25.8 34.6) |
| LCH | lch(86.7 43.1 126.8) |
| OKLCH | oklch(0.876 0.111 129.3) |
Copy-ready code
/* CSS */
color: #bfe596;
background-color: #bfe596;
/* Tailwind (arbitrary) */
class="text-[#bfe596] bg-[#bfe596]"
/* SCSS */
$brand: #bfe596;
/* SwiftUI */
Color(red: 0.749, green: 0.898, blue: 0.588)
/* Android */
Color.parseColor("#bfe596")Accessibility — WCAG contrast
Aa
#bfe596 on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfe596 on black: 14.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green89.8%
Blue58.8%
CMYK percentages
Cyan16.6%
Magenta0.0%
Yellow34.5%
Key (black)10.2%
Color previews
#bfe596 text on a black background
contrast 14.86:1
Card sample
#bfe596 text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfe596;
Background color
Panel with #bfe596 background
background-color: #bfe596;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfe596;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 229, 150, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 229, 150, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfe596; background: linear-gradient(135deg, #bfe596, #96E5A2);