#b3eb8c
a light, vivid green · cool · closest name: khaki
RGB
179, 235, 140
HSL
95°, 70%, 74%
CMYK
24, 0, 40, 8
Luminance
0.7089
Every format
| HEX | #b3eb8c |
| RGB | rgb(179, 235, 140) |
| HSL | hsl(95, 70%, 74%) |
| CMYK | cmyk(24%, 0%, 40%, 8%) |
| LAB | lab(87.4 -34.2 40.4) |
| LCH | lch(87.4 53.0 130.2) |
| OKLCH | oklch(0.880 0.137 133.4) |
Copy-ready code
/* CSS */
color: #b3eb8c;
background-color: #b3eb8c;
/* Tailwind (arbitrary) */
class="text-[#b3eb8c] bg-[#b3eb8c]"
/* SCSS */
$brand: #b3eb8c;
/* SwiftUI */
Color(red: 0.702, green: 0.922, blue: 0.549)
/* Android */
Color.parseColor("#b3eb8c")Accessibility — WCAG contrast
Aa
#b3eb8c on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b3eb8c on black: 15.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green92.2%
Blue54.9%
CMYK percentages
Cyan23.8%
Magenta0.0%
Yellow40.4%
Key (black)7.8%
Color previews
#b3eb8c text on a black background
contrast 15.18:1
Card sample
#b3eb8c text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b3eb8c;
Background color
Panel with #b3eb8c background
background-color: #b3eb8c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b3eb8c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 235, 140, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 235, 140, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b3eb8c; background: linear-gradient(135deg, #b3eb8c, #8CEBA4);