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