#b3e921
a balanced, electric green · cool · closest name: yellow
RGB
179, 233, 33
HSL
76°, 82%, 52%
CMYK
23, 0, 86, 9
Luminance
0.6797
Every format
| HEX | #b3e921 |
| RGB | rgb(179, 233, 33) |
| HSL | hsl(76, 82%, 52%) |
| CMYK | cmyk(23%, 0%, 86%, 9%) |
| LAB | lab(86.0 -41.4 79.9) |
| LCH | lch(86.0 90.0 117.4) |
| OKLCH | oklch(0.865 0.211 125.1) |
Copy-ready code
/* CSS */
color: #b3e921;
background-color: #b3e921;
/* Tailwind (arbitrary) */
class="text-[#b3e921] bg-[#b3e921]"
/* SCSS */
$brand: #b3e921;
/* SwiftUI */
Color(red: 0.702, green: 0.914, blue: 0.129)
/* Android */
Color.parseColor("#b3e921")Accessibility — WCAG contrast
Aa
#b3e921 on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b3e921 on black: 14.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green91.4%
Blue12.9%
CMYK percentages
Cyan23.2%
Magenta0.0%
Yellow85.8%
Key (black)8.6%
Color previews
#b3e921 text on a black background
contrast 14.59:1
Card sample
#b3e921 text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b3e921;
Background color
Panel with #b3e921 background
background-color: #b3e921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b3e921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 233, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 233, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b3e921; background: linear-gradient(135deg, #b3e921, #2EE921);