#b4f58b
a light, electric green · cool · closest name: khaki
RGB
180, 245, 139
HSL
97°, 84%, 75%
CMYK
27, 0, 43, 4
Luminance
0.7687
Every format
| HEX | #b4f58b |
| RGB | rgb(180, 245, 139) |
| HSL | hsl(97, 84%, 75%) |
| CMYK | cmyk(27%, 0%, 43%, 4%) |
| LAB | lab(90.3 -38.5 44.5) |
| LCH | lch(90.3 58.9 130.9) |
| OKLCH | oklch(0.903 0.152 134.3) |
Copy-ready code
/* CSS */
color: #b4f58b;
background-color: #b4f58b;
/* Tailwind (arbitrary) */
class="text-[#b4f58b] bg-[#b4f58b]"
/* SCSS */
$brand: #b4f58b;
/* SwiftUI */
Color(red: 0.706, green: 0.961, blue: 0.545)
/* Android */
Color.parseColor("#b4f58b")Accessibility — WCAG contrast
Aa
#b4f58b on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b4f58b on black: 16.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green96.1%
Blue54.5%
CMYK percentages
Cyan26.5%
Magenta0.0%
Yellow43.3%
Key (black)3.9%
Color previews
#b4f58b text on a black background
contrast 16.37:1
Card sample
#b4f58b text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b4f58b;
Background color
Panel with #b4f58b background
background-color: #b4f58b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b4f58b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 245, 139, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 245, 139, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b4f58b; background: linear-gradient(135deg, #b4f58b, #8BF5A9);