#b4f482
a light, electric green · cool · closest name: khaki
RGB
180, 244, 130
HSL
94°, 84%, 73%
CMYK
26, 0, 47, 4
Luminance
0.7602
Every format
| HEX | #b4f482 |
| RGB | rgb(180, 244, 130) |
| HSL | hsl(94, 84%, 73%) |
| CMYK | cmyk(26%, 0%, 47%, 4%) |
| LAB | lab(89.9 -39.2 48.4) |
| LCH | lch(89.9 62.2 129.0) |
| OKLCH | oklch(0.899 0.159 132.8) |
Copy-ready code
/* CSS */
color: #b4f482;
background-color: #b4f482;
/* Tailwind (arbitrary) */
class="text-[#b4f482] bg-[#b4f482]"
/* SCSS */
$brand: #b4f482;
/* SwiftUI */
Color(red: 0.706, green: 0.957, blue: 0.510)
/* Android */
Color.parseColor("#b4f482")Accessibility — WCAG contrast
Aa
#b4f482 on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b4f482 on black: 16.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green95.7%
Blue51.0%
CMYK percentages
Cyan26.2%
Magenta0.0%
Yellow46.7%
Key (black)4.3%
Color previews
#b4f482 text on a black background
contrast 16.20:1
Card sample
#b4f482 text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b4f482;
Background color
Panel with #b4f482 background
background-color: #b4f482;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b4f482;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 244, 130, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 244, 130, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b4f482; background: linear-gradient(135deg, #b4f482, #82F49C);