#b0f800
a balanced, electric green · cool · closest name: yellow
RGB
176, 248, 0
HSL
77°, 100%, 49%
CMYK
29, 0, 100, 3
Luminance
0.7636
Every format
| HEX | #b0f800 |
| RGB | rgb(176, 248, 0) |
| HSL | hsl(77, 100%, 49%) |
| CMYK | cmyk(29%, 0%, 100%, 3%) |
| LAB | lab(90.0 -49.5 86.8) |
| LCH | lch(90.0 99.9 119.7) |
| OKLCH | oklch(0.897 0.234 127.8) |
Copy-ready code
/* CSS */
color: #b0f800;
background-color: #b0f800;
/* Tailwind (arbitrary) */
class="text-[#b0f800] bg-[#b0f800]"
/* SCSS */
$brand: #b0f800;
/* SwiftUI */
Color(red: 0.690, green: 0.973, blue: 0.000)
/* Android */
Color.parseColor("#b0f800")Accessibility — WCAG contrast
Aa
#b0f800 on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b0f800 on black: 16.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green97.3%
Blue0.0%
CMYK percentages
Cyan29.0%
Magenta0.0%
Yellow100.0%
Key (black)2.7%
Color previews
#b0f800 text on a black background
contrast 16.27:1
Card sample
#b0f800 text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b0f800;
Background color
Panel with #b0f800 background
background-color: #b0f800;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b0f800;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 248, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 248, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b0f800; background: linear-gradient(135deg, #b0f800, #0BF800);