#b4e034
a balanced, vivid green · cool · closest name: yellow
RGB
180, 224, 52
HSL
75°, 74%, 54%
CMYK
20, 0, 77, 12
Luminance
0.6326
Every format
| HEX | #b4e034 |
| RGB | rgb(180, 224, 52) |
| HSL | hsl(75, 74%, 54%) |
| CMYK | cmyk(20%, 0%, 77%, 12%) |
| LAB | lab(83.6 -36.4 73.1) |
| LCH | lch(83.6 81.7 116.4) |
| OKLCH | oklch(0.846 0.193 123.5) |
Copy-ready code
/* CSS */
color: #b4e034;
background-color: #b4e034;
/* Tailwind (arbitrary) */
class="text-[#b4e034] bg-[#b4e034]"
/* SCSS */
$brand: #b4e034;
/* SwiftUI */
Color(red: 0.706, green: 0.878, blue: 0.204)
/* Android */
Color.parseColor("#b4e034")Accessibility — WCAG contrast
Aa
#b4e034 on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b4e034 on black: 13.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green87.8%
Blue20.4%
CMYK percentages
Cyan19.6%
Magenta0.0%
Yellow76.8%
Key (black)12.2%
Color previews
#b4e034 text on a black background
contrast 13.65:1
Card sample
#b4e034 text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b4e034;
Background color
Panel with #b4e034 background
background-color: #b4e034;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b4e034;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 224, 52, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 224, 52, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b4e034; background: linear-gradient(135deg, #b4e034, #41E034);