#b2f08f
a light, electric green · cool · closest name: khaki
RGB
178, 240, 143
HSL
98°, 76%, 75%
CMYK
26, 0, 40, 6
Luminance
0.7377
Every format
| HEX | #b2f08f |
| RGB | rgb(178, 240, 143) |
| HSL | hsl(98, 76%, 75%) |
| CMYK | cmyk(26%, 0%, 40%, 6%) |
| LAB | lab(88.8 -36.5 40.7) |
| LCH | lch(88.8 54.6 131.8) |
| OKLCH | oklch(0.891 0.141 135.0) |
Copy-ready code
/* CSS */
color: #b2f08f;
background-color: #b2f08f;
/* Tailwind (arbitrary) */
class="text-[#b2f08f] bg-[#b2f08f]"
/* SCSS */
$brand: #b2f08f;
/* SwiftUI */
Color(red: 0.698, green: 0.941, blue: 0.561)
/* Android */
Color.parseColor("#b2f08f")Accessibility — WCAG contrast
Aa
#b2f08f on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2f08f on black: 15.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green94.1%
Blue56.1%
CMYK percentages
Cyan25.8%
Magenta0.0%
Yellow40.4%
Key (black)5.9%
Color previews
#b2f08f text on a black background
contrast 15.75:1
Card sample
#b2f08f text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2f08f;
Background color
Panel with #b2f08f background
background-color: #b2f08f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2f08f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 240, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 240, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2f08f; background: linear-gradient(135deg, #b2f08f, #8FF0AD);