#b5fc21
a balanced, electric green · cool · closest name: yellow
RGB
181, 252, 33
HSL
80°, 97%, 56%
CMYK
28, 0, 87, 1
Luminance
0.7955
Every format
| HEX | #b5fc21 |
| RGB | rgb(181, 252, 33) |
| HSL | hsl(80, 97%, 56%) |
| CMYK | cmyk(28%, 0%, 87%, 1%) |
| LAB | lab(91.5 -48.8 84.5) |
| LCH | lch(91.5 97.6 120.0) |
| OKLCH | oklch(0.910 0.231 127.8) |
Copy-ready code
/* CSS */
color: #b5fc21;
background-color: #b5fc21;
/* Tailwind (arbitrary) */
class="text-[#b5fc21] bg-[#b5fc21]"
/* SCSS */
$brand: #b5fc21;
/* SwiftUI */
Color(red: 0.710, green: 0.988, blue: 0.129)
/* Android */
Color.parseColor("#b5fc21")Accessibility — WCAG contrast
Aa
#b5fc21 on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b5fc21 on black: 16.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green98.8%
Blue12.9%
CMYK percentages
Cyan28.2%
Magenta0.0%
Yellow86.9%
Key (black)1.2%
Color previews
#b5fc21 text on a black background
contrast 16.91:1
Card sample
#b5fc21 text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b5fc21;
Background color
Panel with #b5fc21 background
background-color: #b5fc21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b5fc21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 252, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 252, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b5fc21; background: linear-gradient(135deg, #b5fc21, #23FC21);