#b2f76f
a light, electric green · cool · closest name: khaki
RGB
178, 247, 111
HSL
90°, 90%, 70%
CMYK
28, 0, 55, 3
Luminance
0.7713
Every format
| HEX | #b2f76f |
| RGB | rgb(178, 247, 111) |
| HSL | hsl(90, 90%, 70%) |
| CMYK | cmyk(28%, 0%, 55%, 3%) |
| LAB | lab(90.4 -43.2 57.7) |
| LCH | lch(90.4 72.1 126.8) |
| OKLCH | oklch(0.902 0.181 131.6) |
Copy-ready code
/* CSS */
color: #b2f76f;
background-color: #b2f76f;
/* Tailwind (arbitrary) */
class="text-[#b2f76f] bg-[#b2f76f]"
/* SCSS */
$brand: #b2f76f;
/* SwiftUI */
Color(red: 0.698, green: 0.969, blue: 0.435)
/* Android */
Color.parseColor("#b2f76f")Accessibility — WCAG contrast
Aa
#b2f76f on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2f76f on black: 16.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green96.9%
Blue43.5%
CMYK percentages
Cyan27.9%
Magenta0.0%
Yellow55.1%
Key (black)3.1%
Color previews
#b2f76f text on a black background
contrast 16.43:1
Card sample
#b2f76f text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2f76f;
Background color
Panel with #b2f76f background
background-color: #b2f76f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2f76f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 247, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 247, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2f76f; background: linear-gradient(135deg, #b2f76f, #6FF787);