#b2f07c
a light, electric green · cool · closest name: khaki
RGB
178, 240, 124
HSL
92°, 80%, 71%
CMYK
26, 0, 48, 6
Luminance
0.7324
Every format
| HEX | #b2f07c |
| RGB | rgb(178, 240, 124) |
| HSL | hsl(92, 80%, 71%) |
| CMYK | cmyk(26%, 0%, 48%, 6%) |
| LAB | lab(88.6 -38.8 49.6) |
| LCH | lch(88.6 62.9 128.0) |
| OKLCH | oklch(0.888 0.160 132.0) |
Copy-ready code
/* CSS */
color: #b2f07c;
background-color: #b2f07c;
/* Tailwind (arbitrary) */
class="text-[#b2f07c] bg-[#b2f07c]"
/* SCSS */
$brand: #b2f07c;
/* SwiftUI */
Color(red: 0.698, green: 0.941, blue: 0.486)
/* Android */
Color.parseColor("#b2f07c")Accessibility — WCAG contrast
Aa
#b2f07c on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2f07c on black: 15.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green94.1%
Blue48.6%
CMYK percentages
Cyan25.8%
Magenta0.0%
Yellow48.3%
Key (black)5.9%
Color previews
#b2f07c text on a black background
contrast 15.65:1
Card sample
#b2f07c text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2f07c;
Background color
Panel with #b2f07c background
background-color: #b2f07c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2f07c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 240, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 240, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2f07c; background: linear-gradient(135deg, #b2f07c, #7CF093);