#b4f088
a light, electric green · cool · closest name: khaki
RGB
180, 240, 136
HSL
95°, 78%, 74%
CMYK
25, 0, 43, 6
Luminance
0.7380
Every format
| HEX | #b4f088 |
| RGB | rgb(180, 240, 136) |
| HSL | hsl(95, 78%, 74%) |
| CMYK | cmyk(25%, 0%, 43%, 6%) |
| LAB | lab(88.8 -36.6 44.2) |
| LCH | lch(88.8 57.4 129.7) |
| OKLCH | oklch(0.891 0.147 133.1) |
Copy-ready code
/* CSS */
color: #b4f088;
background-color: #b4f088;
/* Tailwind (arbitrary) */
class="text-[#b4f088] bg-[#b4f088]"
/* SCSS */
$brand: #b4f088;
/* SwiftUI */
Color(red: 0.706, green: 0.941, blue: 0.533)
/* Android */
Color.parseColor("#b4f088")Accessibility — WCAG contrast
Aa
#b4f088 on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b4f088 on black: 15.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green94.1%
Blue53.3%
CMYK percentages
Cyan25.0%
Magenta0.0%
Yellow43.3%
Key (black)5.9%
Color previews
#b4f088 text on a black background
contrast 15.76:1
Card sample
#b4f088 text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b4f088;
Background color
Panel with #b4f088 background
background-color: #b4f088;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b4f088;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 240, 136, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 240, 136, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b4f088; background: linear-gradient(135deg, #b4f088, #88F0A1);