#b2ff7f
a light, electric green · cool · closest name: khaki
RGB
178, 255, 127
HSL
96°, 100%, 75%
CMYK
30, 0, 50, 0
Luminance
0.8252
Every format
| HEX | #b2ff7f |
| RGB | rgb(178, 255, 127) |
| HSL | hsl(96, 100%, 75%) |
| CMYK | cmyk(30%, 0%, 50%, 0%) |
| LAB | lab(92.8 -45.0 53.3) |
| LCH | lch(92.8 69.8 130.2) |
| OKLCH | oklch(0.922 0.178 134.3) |
Copy-ready code
/* CSS */
color: #b2ff7f;
background-color: #b2ff7f;
/* Tailwind (arbitrary) */
class="text-[#b2ff7f] bg-[#b2ff7f]"
/* SCSS */
$brand: #b2ff7f;
/* SwiftUI */
Color(red: 0.698, green: 1.000, blue: 0.498)
/* Android */
Color.parseColor("#b2ff7f")Accessibility — WCAG contrast
Aa
#b2ff7f on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2ff7f on black: 17.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green100.0%
Blue49.8%
CMYK percentages
Cyan30.2%
Magenta0.0%
Yellow50.2%
Key (black)0.0%
Color previews
#b2ff7f text on a black background
contrast 17.50:1
Card sample
#b2ff7f text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2ff7f;
Background color
Panel with #b2ff7f background
background-color: #b2ff7f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2ff7f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 255, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 255, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2ff7f; background: linear-gradient(135deg, #b2ff7f, #7FFFA1);