#b1ff47
a balanced, electric green · cool · closest name: yellow
RGB
177, 255, 71
HSL
85°, 100%, 64%
CMYK
31, 0, 72, 0
Luminance
0.8132
Every format
| HEX | #b1ff47 |
| RGB | rgb(177, 255, 71) |
| HSL | hsl(85, 100%, 64%) |
| CMYK | cmyk(31%, 0%, 72%, 0%) |
| LAB | lab(92.3 -50.0 75.4) |
| LCH | lch(92.3 90.5 123.5) |
| OKLCH | oklch(0.916 0.220 130.1) |
Copy-ready code
/* CSS */
color: #b1ff47;
background-color: #b1ff47;
/* Tailwind (arbitrary) */
class="text-[#b1ff47] bg-[#b1ff47]"
/* SCSS */
$brand: #b1ff47;
/* SwiftUI */
Color(red: 0.694, green: 1.000, blue: 0.278)
/* Android */
Color.parseColor("#b1ff47")Accessibility — WCAG contrast
Aa
#b1ff47 on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b1ff47 on black: 17.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.4%
Green100.0%
Blue27.8%
CMYK percentages
Cyan30.6%
Magenta0.0%
Yellow72.2%
Key (black)0.0%
Color previews
#b1ff47 text on a black background
contrast 17.26:1
Card sample
#b1ff47 text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b1ff47;
Background color
Panel with #b1ff47 background
background-color: #b1ff47;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b1ff47;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(177, 255, 71, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(177, 255, 71, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b1ff47; background: linear-gradient(135deg, #b1ff47, #47FF57);