#b4f521
a balanced, electric green · cool · closest name: yellow
RGB
180, 245, 33
HSL
78°, 91%, 55%
CMYK
27, 0, 87, 4
Luminance
0.7512
Every format
| HEX | #b4f521 |
| RGB | rgb(180, 245, 33) |
| HSL | hsl(78, 91%, 55%) |
| CMYK | cmyk(27%, 0%, 87%, 4%) |
| LAB | lab(89.5 -46.2 82.8) |
| LCH | lch(89.5 94.8 119.2) |
| OKLCH | oklch(0.893 0.224 126.9) |
Copy-ready code
/* CSS */
color: #b4f521;
background-color: #b4f521;
/* Tailwind (arbitrary) */
class="text-[#b4f521] bg-[#b4f521]"
/* SCSS */
$brand: #b4f521;
/* SwiftUI */
Color(red: 0.706, green: 0.961, blue: 0.129)
/* Android */
Color.parseColor("#b4f521")Accessibility — WCAG contrast
Aa
#b4f521 on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b4f521 on black: 16.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green96.1%
Blue12.9%
CMYK percentages
Cyan26.5%
Magenta0.0%
Yellow86.5%
Key (black)3.9%
Color previews
#b4f521 text on a black background
contrast 16.02:1
Card sample
#b4f521 text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b4f521;
Background color
Panel with #b4f521 background
background-color: #b4f521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b4f521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 245, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 245, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b4f521; background: linear-gradient(135deg, #b4f521, #27F521);