#b1fd2c
a balanced, electric green · cool · closest name: yellow
RGB
177, 253, 44
HSL
82°, 98%, 58%
CMYK
30, 0, 83, 1
Luminance
0.7978
Every format
| HEX | #b1fd2c |
| RGB | rgb(177, 253, 44) |
| HSL | hsl(82, 98%, 58%) |
| CMYK | cmyk(30%, 0%, 83%, 1%) |
| LAB | lab(91.6 -50.4 82.3) |
| LCH | lch(91.6 96.5 121.5) |
| OKLCH | oklch(0.910 0.230 128.9) |
Copy-ready code
/* CSS */
color: #b1fd2c;
background-color: #b1fd2c;
/* Tailwind (arbitrary) */
class="text-[#b1fd2c] bg-[#b1fd2c]"
/* SCSS */
$brand: #b1fd2c;
/* SwiftUI */
Color(red: 0.694, green: 0.992, blue: 0.173)
/* Android */
Color.parseColor("#b1fd2c")Accessibility — WCAG contrast
Aa
#b1fd2c on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b1fd2c on black: 16.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.4%
Green99.2%
Blue17.3%
CMYK percentages
Cyan30.0%
Magenta0.0%
Yellow82.6%
Key (black)0.8%
Color previews
#b1fd2c text on a black background
contrast 16.96:1
Card sample
#b1fd2c text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b1fd2c;
Background color
Panel with #b1fd2c background
background-color: #b1fd2c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b1fd2c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(177, 253, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(177, 253, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b1fd2c; background: linear-gradient(135deg, #b1fd2c, #2CFD32);