#b7fd2c
a balanced, electric green · cool · closest name: yellow
RGB
183, 253, 44
HSL
80°, 98%, 58%
CMYK
28, 0, 83, 1
Luminance
0.8050
Every format
| HEX | #b7fd2c |
| RGB | rgb(183, 253, 44) |
| HSL | hsl(80, 98%, 58%) |
| CMYK | cmyk(28%, 0%, 83%, 1%) |
| LAB | lab(91.9 -48.2 82.7) |
| LCH | lch(91.9 95.7 120.2) |
| OKLCH | oklch(0.914 0.228 127.7) |
Copy-ready code
/* CSS */
color: #b7fd2c;
background-color: #b7fd2c;
/* Tailwind (arbitrary) */
class="text-[#b7fd2c] bg-[#b7fd2c]"
/* SCSS */
$brand: #b7fd2c;
/* SwiftUI */
Color(red: 0.718, green: 0.992, blue: 0.173)
/* Android */
Color.parseColor("#b7fd2c")Accessibility — WCAG contrast
Aa
#b7fd2c on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b7fd2c on black: 17.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green99.2%
Blue17.3%
CMYK percentages
Cyan27.7%
Magenta0.0%
Yellow82.6%
Key (black)0.8%
Color previews
#b7fd2c text on a black background
contrast 17.10:1
Card sample
#b7fd2c text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b7fd2c;
Background color
Panel with #b7fd2c background
background-color: #b7fd2c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b7fd2c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 253, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 253, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b7fd2c; background: linear-gradient(135deg, #b7fd2c, #2CFD2C);