#b2eb4e
a balanced, electric green · cool · closest name: yellow
RGB
178, 235, 78
HSL
82°, 80%, 61%
CMYK
24, 0, 67, 8
Luminance
0.6943
Every format
| HEX | #b2eb4e |
| RGB | rgb(178, 235, 78) |
| HSL | hsl(82, 80%, 61%) |
| CMYK | cmyk(24%, 0%, 67%, 8%) |
| LAB | lab(86.7 -40.6 67.3) |
| LCH | lch(86.7 78.6 121.1) |
| OKLCH | oklch(0.872 0.192 127.2) |
Copy-ready code
/* CSS */
color: #b2eb4e;
background-color: #b2eb4e;
/* Tailwind (arbitrary) */
class="text-[#b2eb4e] bg-[#b2eb4e]"
/* SCSS */
$brand: #b2eb4e;
/* SwiftUI */
Color(red: 0.698, green: 0.922, blue: 0.306)
/* Android */
Color.parseColor("#b2eb4e")Accessibility — WCAG contrast
Aa
#b2eb4e on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2eb4e on black: 14.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green92.2%
Blue30.6%
CMYK percentages
Cyan24.3%
Magenta0.0%
Yellow66.8%
Key (black)7.8%
Color previews
#b2eb4e text on a black background
contrast 14.89:1
Card sample
#b2eb4e text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2eb4e;
Background color
Panel with #b2eb4e background
background-color: #b2eb4e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2eb4e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 235, 78, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 235, 78, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2eb4e; background: linear-gradient(135deg, #b2eb4e, #4EEB53);