#b2f35f
a light, electric green · cool · closest name: khaki
RGB
178, 243, 95
HSL
86°, 86%, 66%
CMYK
27, 0, 61, 5
Luminance
0.7439
Every format
| HEX | #b2f35f |
| RGB | rgb(178, 243, 95) |
| HSL | hsl(86, 86%, 66%) |
| CMYK | cmyk(27%, 0%, 61%, 5%) |
| LAB | lab(89.1 -42.9 63.1) |
| LCH | lch(89.1 76.3 124.2) |
| OKLCH | oklch(0.891 0.189 129.6) |
Copy-ready code
/* CSS */
color: #b2f35f;
background-color: #b2f35f;
/* Tailwind (arbitrary) */
class="text-[#b2f35f] bg-[#b2f35f]"
/* SCSS */
$brand: #b2f35f;
/* SwiftUI */
Color(red: 0.698, green: 0.953, blue: 0.373)
/* Android */
Color.parseColor("#b2f35f")Accessibility — WCAG contrast
Aa
#b2f35f on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2f35f on black: 15.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green95.3%
Blue37.3%
CMYK percentages
Cyan26.7%
Magenta0.0%
Yellow60.9%
Key (black)4.7%
Color previews
#b2f35f text on a black background
contrast 15.88:1
Card sample
#b2f35f text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2f35f;
Background color
Panel with #b2f35f background
background-color: #b2f35f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2f35f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 243, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 243, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2f35f; background: linear-gradient(135deg, #b2f35f, #5FF36F);