#b4df41
a balanced, vivid green · cool · closest name: yellow
RGB
180, 223, 65
HSL
76°, 71%, 57%
CMYK
19, 0, 71, 13
Luminance
0.6286
Every format
| HEX | #b4df41 |
| RGB | rgb(180, 223, 65) |
| HSL | hsl(76, 71%, 57%) |
| CMYK | cmyk(19%, 0%, 71%, 13%) |
| LAB | lab(83.4 -35.3 68.7) |
| LCH | lch(83.4 77.3 117.2) |
| OKLCH | oklch(0.845 0.185 123.7) |
Copy-ready code
/* CSS */
color: #b4df41;
background-color: #b4df41;
/* Tailwind (arbitrary) */
class="text-[#b4df41] bg-[#b4df41]"
/* SCSS */
$brand: #b4df41;
/* SwiftUI */
Color(red: 0.706, green: 0.875, blue: 0.255)
/* Android */
Color.parseColor("#b4df41")Accessibility — WCAG contrast
Aa
#b4df41 on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b4df41 on black: 13.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green87.5%
Blue25.5%
CMYK percentages
Cyan19.3%
Magenta0.0%
Yellow70.9%
Key (black)12.5%
Color previews
#b4df41 text on a black background
contrast 13.57:1
Card sample
#b4df41 text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b4df41;
Background color
Panel with #b4df41 background
background-color: #b4df41;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b4df41;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 223, 65, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 223, 65, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b4df41; background: linear-gradient(135deg, #b4df41, #4BDF41);