#b0ff28
a balanced, electric green · cool · closest name: yellow
RGB
176, 255, 40
HSL
82°, 100%, 58%
CMYK
31, 0, 84, 0
Luminance
0.8090
Every format
| HEX | #b0ff28 |
| RGB | rgb(176, 255, 40) |
| HSL | hsl(82, 100%, 58%) |
| CMYK | cmyk(31%, 0%, 84%, 0%) |
| LAB | lab(92.1 -51.7 83.6) |
| LCH | lch(92.1 98.3 121.7) |
| OKLCH | oklch(0.914 0.234 129.3) |
Copy-ready code
/* CSS */
color: #b0ff28;
background-color: #b0ff28;
/* Tailwind (arbitrary) */
class="text-[#b0ff28] bg-[#b0ff28]"
/* SCSS */
$brand: #b0ff28;
/* SwiftUI */
Color(red: 0.690, green: 1.000, blue: 0.157)
/* Android */
Color.parseColor("#b0ff28")Accessibility — WCAG contrast
Aa
#b0ff28 on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b0ff28 on black: 17.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green100.0%
Blue15.7%
CMYK percentages
Cyan31.0%
Magenta0.0%
Yellow84.3%
Key (black)0.0%
Color previews
#b0ff28 text on a black background
contrast 17.18:1
Card sample
#b0ff28 text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b0ff28;
Background color
Panel with #b0ff28 background
background-color: #b0ff28;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b0ff28;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 255, 40, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 255, 40, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b0ff28; background: linear-gradient(135deg, #b0ff28, #28FF2F);