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