#b2ff87
a light, electric green · cool · closest name: khaki
RGB
178, 255, 135
HSL
99°, 100%, 77%
CMYK
30, 0, 47, 0
Luminance
0.8273
Every format
| HEX | #b2ff87 |
| RGB | rgb(178, 255, 135) |
| HSL | hsl(99, 100%, 77%) |
| CMYK | cmyk(30%, 0%, 47%, 0%) |
| LAB | lab(92.9 -44.1 49.7) |
| LCH | lch(92.9 66.5 131.6) |
| OKLCH | oklch(0.924 0.171 135.3) |
Copy-ready code
/* CSS */
color: #b2ff87;
background-color: #b2ff87;
/* Tailwind (arbitrary) */
class="text-[#b2ff87] bg-[#b2ff87]"
/* SCSS */
$brand: #b2ff87;
/* SwiftUI */
Color(red: 0.698, green: 1.000, blue: 0.529)
/* Android */
Color.parseColor("#b2ff87")Accessibility — WCAG contrast
Aa
#b2ff87 on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2ff87 on black: 17.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green100.0%
Blue52.9%
CMYK percentages
Cyan30.2%
Magenta0.0%
Yellow47.1%
Key (black)0.0%
Color previews
#b2ff87 text on a black background
contrast 17.55:1
Card sample
#b2ff87 text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2ff87;
Background color
Panel with #b2ff87 background
background-color: #b2ff87;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2ff87;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 255, 135, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 255, 135, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2ff87; background: linear-gradient(135deg, #b2ff87, #87FFAC);