#b3f596
a light, electric green · cool · closest name: khaki
RGB
179, 245, 150
HSL
102°, 83%, 78%
CMYK
27, 0, 39, 4
Luminance
0.7709
Every format
| HEX | #b3f596 |
| RGB | rgb(179, 245, 150) |
| HSL | hsl(102, 83%, 78%) |
| CMYK | cmyk(27%, 0%, 39%, 4%) |
| LAB | lab(90.4 -37.4 39.3) |
| LCH | lch(90.4 54.3 133.6) |
| OKLCH | oklch(0.904 0.141 136.6) |
Copy-ready code
/* CSS */
color: #b3f596;
background-color: #b3f596;
/* Tailwind (arbitrary) */
class="text-[#b3f596] bg-[#b3f596]"
/* SCSS */
$brand: #b3f596;
/* SwiftUI */
Color(red: 0.702, green: 0.961, blue: 0.588)
/* Android */
Color.parseColor("#b3f596")Accessibility — WCAG contrast
Aa
#b3f596 on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b3f596 on black: 16.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green96.1%
Blue58.8%
CMYK percentages
Cyan26.9%
Magenta0.0%
Yellow38.8%
Key (black)3.9%
Color previews
#b3f596 text on a black background
contrast 16.42:1
Card sample
#b3f596 text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b3f596;
Background color
Panel with #b3f596 background
background-color: #b3f596;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b3f596;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 245, 150, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 245, 150, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b3f596; background: linear-gradient(135deg, #b3f596, #96F5B9);