#b2f86d
a light, electric green · cool · closest name: khaki
RGB
178, 248, 109
HSL
90°, 91%, 70%
CMYK
28, 0, 56, 3
Luminance
0.7770
Every format
| HEX | #b2f86d |
| RGB | rgb(178, 248, 109) |
| HSL | hsl(90, 91%, 70%) |
| CMYK | cmyk(28%, 0%, 56%, 3%) |
| LAB | lab(90.6 -43.8 58.9) |
| LCH | lch(90.6 73.4 126.7) |
| OKLCH | oklch(0.904 0.184 131.5) |
Copy-ready code
/* CSS */
color: #b2f86d;
background-color: #b2f86d;
/* Tailwind (arbitrary) */
class="text-[#b2f86d] bg-[#b2f86d]"
/* SCSS */
$brand: #b2f86d;
/* SwiftUI */
Color(red: 0.698, green: 0.973, blue: 0.427)
/* Android */
Color.parseColor("#b2f86d")Accessibility — WCAG contrast
Aa
#b2f86d on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2f86d on black: 16.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green97.3%
Blue42.7%
CMYK percentages
Cyan28.2%
Magenta0.0%
Yellow56.0%
Key (black)2.7%
Color previews
#b2f86d text on a black background
contrast 16.54:1
Card sample
#b2f86d text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2f86d;
Background color
Panel with #b2f86d background
background-color: #b2f86d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2f86d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 248, 109, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 248, 109, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2f86d; background: linear-gradient(135deg, #b2f86d, #6DF885);