#b2f075
a light, electric green · cool · closest name: khaki
RGB
178, 240, 117
HSL
90°, 80%, 70%
CMYK
26, 0, 51, 6
Luminance
0.7307
Every format
| HEX | #b2f075 |
| RGB | rgb(178, 240, 117) |
| HSL | hsl(90, 80%, 70%) |
| CMYK | cmyk(26%, 0%, 51%, 6%) |
| LAB | lab(88.5 -39.5 52.7) |
| LCH | lch(88.5 65.9 126.8) |
| OKLCH | oklch(0.887 0.167 131.2) |
Copy-ready code
/* CSS */
color: #b2f075;
background-color: #b2f075;
/* Tailwind (arbitrary) */
class="text-[#b2f075] bg-[#b2f075]"
/* SCSS */
$brand: #b2f075;
/* SwiftUI */
Color(red: 0.698, green: 0.941, blue: 0.459)
/* Android */
Color.parseColor("#b2f075")Accessibility — WCAG contrast
Aa
#b2f075 on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2f075 on black: 15.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green94.1%
Blue45.9%
CMYK percentages
Cyan25.8%
Magenta0.0%
Yellow51.3%
Key (black)5.9%
Color previews
#b2f075 text on a black background
contrast 15.61:1
Card sample
#b2f075 text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2f075;
Background color
Panel with #b2f075 background
background-color: #b2f075;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2f075;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 240, 117, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 240, 117, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2f075; background: linear-gradient(135deg, #b2f075, #75F08A);