#b3e080
a light, vivid green · cool · closest name: khaki
RGB
179, 224, 128
HSL
88°, 61%, 69%
CMYK
20, 0, 43, 12
Luminance
0.6445
Every format
| HEX | #b3e080 |
| RGB | rgb(179, 224, 128) |
| HSL | hsl(88, 61%, 69%) |
| CMYK | cmyk(20%, 0%, 43%, 12%) |
| LAB | lab(84.2 -30.6 42.2) |
| LCH | lch(84.2 52.1 125.9) |
| OKLCH | oklch(0.853 0.133 129.4) |
Copy-ready code
/* CSS */
color: #b3e080;
background-color: #b3e080;
/* Tailwind (arbitrary) */
class="text-[#b3e080] bg-[#b3e080]"
/* SCSS */
$brand: #b3e080;
/* SwiftUI */
Color(red: 0.702, green: 0.878, blue: 0.502)
/* Android */
Color.parseColor("#b3e080")Accessibility — WCAG contrast
Aa
#b3e080 on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b3e080 on black: 13.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green87.8%
Blue50.2%
CMYK percentages
Cyan20.1%
Magenta0.0%
Yellow42.9%
Key (black)12.2%
Color previews
#b3e080 text on a black background
contrast 13.89:1
Card sample
#b3e080 text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b3e080;
Background color
Panel with #b3e080 background
background-color: #b3e080;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b3e080;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 224, 128, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 224, 128, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b3e080; background: linear-gradient(135deg, #b3e080, #80E08D);