#b2f577
a light, electric green · cool · closest name: khaki
RGB
178, 245, 119
HSL
92°, 86%, 71%
CMYK
27, 0, 51, 4
Luminance
0.7610
Every format
| HEX | #b2f577 |
| RGB | rgb(178, 245, 119) |
| HSL | hsl(92, 86%, 71%) |
| CMYK | cmyk(27%, 0%, 51%, 4%) |
| LAB | lab(89.9 -41.5 53.5) |
| LCH | lch(89.9 67.7 127.8) |
| OKLCH | oklch(0.899 0.172 132.1) |
Copy-ready code
/* CSS */
color: #b2f577;
background-color: #b2f577;
/* Tailwind (arbitrary) */
class="text-[#b2f577] bg-[#b2f577]"
/* SCSS */
$brand: #b2f577;
/* SwiftUI */
Color(red: 0.698, green: 0.961, blue: 0.467)
/* Android */
Color.parseColor("#b2f577")Accessibility — WCAG contrast
Aa
#b2f577 on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2f577 on black: 16.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green96.1%
Blue46.7%
CMYK percentages
Cyan27.3%
Magenta0.0%
Yellow51.4%
Key (black)3.9%
Color previews
#b2f577 text on a black background
contrast 16.22:1
Card sample
#b2f577 text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2f577;
Background color
Panel with #b2f577 background
background-color: #b2f577;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2f577;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 245, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 245, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2f577; background: linear-gradient(135deg, #b2f577, #77F590);