#b2ec96
a light, vivid green · cool · closest name: khaki
RGB
178, 236, 150
HSL
101°, 69%, 76%
CMYK
25, 0, 36, 8
Luminance
0.7166
Every format
| HEX | #b2ec96 |
| RGB | rgb(178, 236, 150) |
| HSL | hsl(101, 69%, 76%) |
| CMYK | cmyk(25%, 0%, 36%, 8%) |
| LAB | lab(87.8 -33.7 35.9) |
| LCH | lch(87.8 49.2 133.1) |
| OKLCH | oklch(0.883 0.128 135.9) |
Copy-ready code
/* CSS */
color: #b2ec96;
background-color: #b2ec96;
/* Tailwind (arbitrary) */
class="text-[#b2ec96] bg-[#b2ec96]"
/* SCSS */
$brand: #b2ec96;
/* SwiftUI */
Color(red: 0.698, green: 0.925, blue: 0.588)
/* Android */
Color.parseColor("#b2ec96")Accessibility — WCAG contrast
Aa
#b2ec96 on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2ec96 on black: 15.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green92.5%
Blue58.8%
CMYK percentages
Cyan24.6%
Magenta0.0%
Yellow36.4%
Key (black)7.5%
Color previews
#b2ec96 text on a black background
contrast 15.33:1
Card sample
#b2ec96 text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2ec96;
Background color
Panel with #b2ec96 background
background-color: #b2ec96;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2ec96;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 236, 150, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 236, 150, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2ec96; background: linear-gradient(135deg, #b2ec96, #96ECB3);