#b0fd4d
a balanced, electric green · cool · closest name: yellow
RGB
176, 253, 77
HSL
86°, 98%, 65%
CMYK
30, 0, 70, 1
Luminance
0.8002
Every format
| HEX | #b0fd4d |
| RGB | rgb(176, 253, 77) |
| HSL | hsl(86, 98%, 65%) |
| CMYK | cmyk(30%, 0%, 70%, 1%) |
| LAB | lab(91.7 -49.1 72.8) |
| LCH | lch(91.7 87.8 124.0) |
| OKLCH | oklch(0.912 0.215 130.4) |
Copy-ready code
/* CSS */
color: #b0fd4d;
background-color: #b0fd4d;
/* Tailwind (arbitrary) */
class="text-[#b0fd4d] bg-[#b0fd4d]"
/* SCSS */
$brand: #b0fd4d;
/* SwiftUI */
Color(red: 0.690, green: 0.992, blue: 0.302)
/* Android */
Color.parseColor("#b0fd4d")Accessibility — WCAG contrast
Aa
#b0fd4d on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b0fd4d on black: 17.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green99.2%
Blue30.2%
CMYK percentages
Cyan30.4%
Magenta0.0%
Yellow69.6%
Key (black)0.8%
Color previews
#b0fd4d text on a black background
contrast 17.00:1
Card sample
#b0fd4d text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b0fd4d;
Background color
Panel with #b0fd4d background
background-color: #b0fd4d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b0fd4d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 253, 77, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 253, 77, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b0fd4d; background: linear-gradient(135deg, #b0fd4d, #4DFD5F);