#b6f577
a light, electric green · cool · closest name: khaki
RGB
182, 245, 119
HSL
90°, 86%, 71%
CMYK
26, 0, 51, 4
Luminance
0.7658
Every format
| HEX | #b6f577 |
| RGB | rgb(182, 245, 119) |
| HSL | hsl(90, 86%, 71%) |
| CMYK | cmyk(26%, 0%, 51%, 4%) |
| LAB | lab(90.1 -40.1 53.8) |
| LCH | lch(90.1 67.1 126.7) |
| OKLCH | oklch(0.901 0.170 131.1) |
Copy-ready code
/* CSS */
color: #b6f577;
background-color: #b6f577;
/* Tailwind (arbitrary) */
class="text-[#b6f577] bg-[#b6f577]"
/* SCSS */
$brand: #b6f577;
/* SwiftUI */
Color(red: 0.714, green: 0.961, blue: 0.467)
/* Android */
Color.parseColor("#b6f577")Accessibility — WCAG contrast
Aa
#b6f577 on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b6f577 on black: 16.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green96.1%
Blue46.7%
CMYK percentages
Cyan25.7%
Magenta0.0%
Yellow51.4%
Key (black)3.9%
Color previews
#b6f577 text on a black background
contrast 16.32:1
Card sample
#b6f577 text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b6f577;
Background color
Panel with #b6f577 background
background-color: #b6f577;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b6f577;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 245, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 245, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b6f577; background: linear-gradient(135deg, #b6f577, #77F58C);