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