#b8fc13
a balanced, electric green · cool · closest name: yellow
RGB
184, 252, 19
HSL
78°, 98%, 53%
CMYK
27, 0, 93, 1
Luminance
0.7986
Every format
| HEX | #b8fc13 |
| RGB | rgb(184, 252, 19) |
| HSL | hsl(78, 98%, 53%) |
| CMYK | cmyk(27%, 0%, 93%, 1%) |
| LAB | lab(91.6 -48.0 86.7) |
| LCH | lch(91.6 99.1 119.0) |
| OKLCH | oklch(0.912 0.232 127.0) |
Copy-ready code
/* CSS */
color: #b8fc13;
background-color: #b8fc13;
/* Tailwind (arbitrary) */
class="text-[#b8fc13] bg-[#b8fc13]"
/* SCSS */
$brand: #b8fc13;
/* SwiftUI */
Color(red: 0.722, green: 0.988, blue: 0.075)
/* Android */
Color.parseColor("#b8fc13")Accessibility — WCAG contrast
Aa
#b8fc13 on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b8fc13 on black: 16.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green98.8%
Blue7.5%
CMYK percentages
Cyan27.0%
Magenta0.0%
Yellow92.5%
Key (black)1.2%
Color previews
#b8fc13 text on a black background
contrast 16.97:1
Card sample
#b8fc13 text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b8fc13;
Background color
Panel with #b8fc13 background
background-color: #b8fc13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b8fc13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 252, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 252, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b8fc13; background: linear-gradient(135deg, #b8fc13, #1DFC13);