#b2f06f
a light, electric green · cool · closest name: khaki
RGB
178, 240, 111
HSL
89°, 81%, 69%
CMYK
26, 0, 54, 6
Luminance
0.7293
Every format
| HEX | #b2f06f |
| RGB | rgb(178, 240, 111) |
| HSL | hsl(89, 81%, 69%) |
| CMYK | cmyk(26%, 0%, 54%, 6%) |
| LAB | lab(88.4 -40.1 55.4) |
| LCH | lch(88.4 68.4 125.9) |
| OKLCH | oklch(0.886 0.172 130.5) |
Copy-ready code
/* CSS */
color: #b2f06f;
background-color: #b2f06f;
/* Tailwind (arbitrary) */
class="text-[#b2f06f] bg-[#b2f06f]"
/* SCSS */
$brand: #b2f06f;
/* SwiftUI */
Color(red: 0.698, green: 0.941, blue: 0.435)
/* Android */
Color.parseColor("#b2f06f")Accessibility — WCAG contrast
Aa
#b2f06f on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2f06f on black: 15.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green94.1%
Blue43.5%
CMYK percentages
Cyan25.8%
Magenta0.0%
Yellow53.8%
Key (black)5.9%
Color previews
#b2f06f text on a black background
contrast 15.59:1
Card sample
#b2f06f text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2f06f;
Background color
Panel with #b2f06f background
background-color: #b2f06f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2f06f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 240, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 240, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2f06f; background: linear-gradient(135deg, #b2f06f, #6FF082);