#b8f500
a balanced, electric green · cool · closest name: yellow
RGB
184, 245, 0
HSL
75°, 100%, 48%
CMYK
25, 0, 100, 4
Luminance
0.7550
Every format
| HEX | #b8f500 |
| RGB | rgb(184, 245, 0) |
| HSL | hsl(75, 100%, 48%) |
| CMYK | cmyk(25%, 0%, 100%, 4%) |
| LAB | lab(89.6 -45.2 86.7) |
| LCH | lch(89.6 97.8 117.5) |
| OKLCH | oklch(0.895 0.227 125.8) |
Copy-ready code
/* CSS */
color: #b8f500;
background-color: #b8f500;
/* Tailwind (arbitrary) */
class="text-[#b8f500] bg-[#b8f500]"
/* SCSS */
$brand: #b8f500;
/* SwiftUI */
Color(red: 0.722, green: 0.961, blue: 0.000)
/* Android */
Color.parseColor("#b8f500")Accessibility — WCAG contrast
Aa
#b8f500 on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b8f500 on black: 16.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green96.1%
Blue0.0%
CMYK percentages
Cyan24.9%
Magenta0.0%
Yellow100.0%
Key (black)3.9%
Color previews
#b8f500 text on a black background
contrast 16.10:1
Card sample
#b8f500 text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b8f500;
Background color
Panel with #b8f500 background
background-color: #b8f500;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b8f500;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 245, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 245, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b8f500; background: linear-gradient(135deg, #b8f500, #15F500);