#b2e721
a balanced, electric green · cool · closest name: yellow
RGB
178, 231, 33
HSL
76°, 81%, 52%
CMYK
23, 0, 86, 9
Luminance
0.6673
Every format
| HEX | #b2e721 |
| RGB | rgb(178, 231, 33) |
| HSL | hsl(76, 81%, 52%) |
| CMYK | cmyk(23%, 0%, 86%, 9%) |
| LAB | lab(85.4 -40.9 79.3) |
| LCH | lch(85.4 89.3 117.3) |
| OKLCH | oklch(0.860 0.209 125.0) |
Copy-ready code
/* CSS */
color: #b2e721;
background-color: #b2e721;
/* Tailwind (arbitrary) */
class="text-[#b2e721] bg-[#b2e721]"
/* SCSS */
$brand: #b2e721;
/* SwiftUI */
Color(red: 0.698, green: 0.906, blue: 0.129)
/* Android */
Color.parseColor("#b2e721")Accessibility — WCAG contrast
Aa
#b2e721 on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2e721 on black: 14.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green90.6%
Blue12.9%
CMYK percentages
Cyan22.9%
Magenta0.0%
Yellow85.7%
Key (black)9.4%
Color previews
#b2e721 text on a black background
contrast 14.35:1
Card sample
#b2e721 text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2e721;
Background color
Panel with #b2e721 background
background-color: #b2e721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2e721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 231, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 231, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2e721; background: linear-gradient(135deg, #b2e721, #2EE721);