#b3e08f
a light, vivid green · cool · closest name: khaki
RGB
179, 224, 143
HSL
93°, 57%, 72%
CMYK
20, 0, 36, 12
Luminance
0.6488
Every format
| HEX | #b3e08f |
| RGB | rgb(179, 224, 143) |
| HSL | hsl(93, 57%, 72%) |
| CMYK | cmyk(20%, 0%, 36%, 12%) |
| LAB | lab(84.4 -28.7 35.0) |
| LCH | lch(84.4 45.3 129.3) |
| OKLCH | oklch(0.856 0.117 132.1) |
Copy-ready code
/* CSS */
color: #b3e08f;
background-color: #b3e08f;
/* Tailwind (arbitrary) */
class="text-[#b3e08f] bg-[#b3e08f]"
/* SCSS */
$brand: #b3e08f;
/* SwiftUI */
Color(red: 0.702, green: 0.878, blue: 0.561)
/* Android */
Color.parseColor("#b3e08f")Accessibility — WCAG contrast
Aa
#b3e08f on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b3e08f on black: 13.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green87.8%
Blue56.1%
CMYK percentages
Cyan20.1%
Magenta0.0%
Yellow36.2%
Key (black)12.2%
Color previews
#b3e08f text on a black background
contrast 13.98:1
Card sample
#b3e08f text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b3e08f;
Background color
Panel with #b3e08f background
background-color: #b3e08f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b3e08f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 224, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 224, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b3e08f; background: linear-gradient(135deg, #b3e08f, #8FE0A1);