#b3f46e
a light, electric green · cool · closest name: khaki
RGB
179, 244, 110
HSL
89°, 86%, 69%
CMYK
27, 0, 55, 4
Luminance
0.7541
Every format
| HEX | #b3f46e |
| RGB | rgb(179, 244, 110) |
| HSL | hsl(89, 86%, 69%) |
| CMYK | cmyk(27%, 0%, 55%, 4%) |
| LAB | lab(89.6 -41.6 57.2) |
| LCH | lch(89.6 70.8 126.0) |
| OKLCH | oklch(0.896 0.178 130.8) |
Copy-ready code
/* CSS */
color: #b3f46e;
background-color: #b3f46e;
/* Tailwind (arbitrary) */
class="text-[#b3f46e] bg-[#b3f46e]"
/* SCSS */
$brand: #b3f46e;
/* SwiftUI */
Color(red: 0.702, green: 0.957, blue: 0.431)
/* Android */
Color.parseColor("#b3f46e")Accessibility — WCAG contrast
Aa
#b3f46e on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b3f46e on black: 16.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green95.7%
Blue43.1%
CMYK percentages
Cyan26.6%
Magenta0.0%
Yellow54.9%
Key (black)4.3%
Color previews
#b3f46e text on a black background
contrast 16.08:1
Card sample
#b3f46e text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b3f46e;
Background color
Panel with #b3f46e background
background-color: #b3f46e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b3f46e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 244, 110, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 244, 110, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b3f46e; background: linear-gradient(135deg, #b3f46e, #6EF482);