#b3f577
a light, electric green · cool · closest name: khaki
RGB
179, 245, 119
HSL
91°, 86%, 71%
CMYK
27, 0, 51, 4
Luminance
0.7622
Every format
| HEX | #b3f577 |
| RGB | rgb(179, 245, 119) |
| HSL | hsl(91, 86%, 71%) |
| CMYK | cmyk(27%, 0%, 51%, 4%) |
| LAB | lab(90.0 -41.2 53.6) |
| LCH | lch(90.0 67.6 127.5) |
| OKLCH | oklch(0.899 0.171 131.9) |
Copy-ready code
/* CSS */
color: #b3f577;
background-color: #b3f577;
/* Tailwind (arbitrary) */
class="text-[#b3f577] bg-[#b3f577]"
/* SCSS */
$brand: #b3f577;
/* SwiftUI */
Color(red: 0.702, green: 0.961, blue: 0.467)
/* Android */
Color.parseColor("#b3f577")Accessibility — WCAG contrast
Aa
#b3f577 on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b3f577 on black: 16.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green96.1%
Blue46.7%
CMYK percentages
Cyan26.9%
Magenta0.0%
Yellow51.4%
Key (black)3.9%
Color previews
#b3f577 text on a black background
contrast 16.24:1
Card sample
#b3f577 text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b3f577;
Background color
Panel with #b3f577 background
background-color: #b3f577;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b3f577;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 245, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 245, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b3f577; background: linear-gradient(135deg, #b3f577, #77F58F);