#b4f032
a balanced, electric green · cool · closest name: yellow
RGB
180, 240, 50
HSL
79°, 86%, 57%
CMYK
25, 0, 79, 6
Luminance
0.7225
Every format
| HEX | #b4f032 |
| RGB | rgb(180, 240, 50) |
| HSL | hsl(79, 86%, 57%) |
| CMYK | cmyk(25%, 0%, 79%, 6%) |
| LAB | lab(88.1 -43.5 77.8) |
| LCH | lch(88.1 89.2 119.2) |
| OKLCH | oklch(0.883 0.212 126.5) |
Copy-ready code
/* CSS */
color: #b4f032;
background-color: #b4f032;
/* Tailwind (arbitrary) */
class="text-[#b4f032] bg-[#b4f032]"
/* SCSS */
$brand: #b4f032;
/* SwiftUI */
Color(red: 0.706, green: 0.941, blue: 0.196)
/* Android */
Color.parseColor("#b4f032")Accessibility — WCAG contrast
Aa
#b4f032 on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b4f032 on black: 15.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green94.1%
Blue19.6%
CMYK percentages
Cyan25.0%
Magenta0.0%
Yellow79.2%
Key (black)5.9%
Color previews
#b4f032 text on a black background
contrast 15.45:1
Card sample
#b4f032 text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b4f032;
Background color
Panel with #b4f032 background
background-color: #b4f032;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b4f032;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 240, 50, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 240, 50, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b4f032; background: linear-gradient(135deg, #b4f032, #36F032);