#b2e521
a balanced, electric green · cool · closest name: yellow
RGB
178, 229, 33
HSL
76°, 79%, 51%
CMYK
22, 0, 86, 10
Luminance
0.6561
Every format
| HEX | #b2e521 |
| RGB | rgb(178, 229, 33) |
| HSL | hsl(76, 79%, 51%) |
| CMYK | cmyk(22%, 0%, 86%, 10%) |
| LAB | lab(84.8 -40.1 78.9) |
| LCH | lch(84.8 88.5 116.9) |
| OKLCH | oklch(0.855 0.207 124.6) |
Copy-ready code
/* CSS */
color: #b2e521;
background-color: #b2e521;
/* Tailwind (arbitrary) */
class="text-[#b2e521] bg-[#b2e521]"
/* SCSS */
$brand: #b2e521;
/* SwiftUI */
Color(red: 0.698, green: 0.898, blue: 0.129)
/* Android */
Color.parseColor("#b2e521")Accessibility — WCAG contrast
Aa
#b2e521 on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2e521 on black: 14.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green89.8%
Blue12.9%
CMYK percentages
Cyan22.3%
Magenta0.0%
Yellow85.6%
Key (black)10.2%
Color previews
#b2e521 text on a black background
contrast 14.12:1
Card sample
#b2e521 text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2e521;
Background color
Panel with #b2e521 background
background-color: #b2e521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2e521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 229, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 229, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2e521; background: linear-gradient(135deg, #b2e521, #30E521);