#b8ef1f
a balanced, electric green · cool · closest name: yellow
RGB
184, 239, 31
HSL
76°, 87%, 53%
CMYK
23, 0, 87, 6
Luminance
0.7202
Every format
| HEX | #b8ef1f |
| RGB | rgb(184, 239, 31) |
| HSL | hsl(76, 87%, 53%) |
| CMYK | cmyk(23%, 0%, 87%, 6%) |
| LAB | lab(88.0 -42.2 82.0) |
| LCH | lch(88.0 92.3 117.2) |
| OKLCH | oklch(0.882 0.216 125.0) |
Copy-ready code
/* CSS */
color: #b8ef1f;
background-color: #b8ef1f;
/* Tailwind (arbitrary) */
class="text-[#b8ef1f] bg-[#b8ef1f]"
/* SCSS */
$brand: #b8ef1f;
/* SwiftUI */
Color(red: 0.722, green: 0.937, blue: 0.122)
/* Android */
Color.parseColor("#b8ef1f")Accessibility — WCAG contrast
Aa
#b8ef1f on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b8ef1f on black: 15.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green93.7%
Blue12.2%
CMYK percentages
Cyan23.0%
Magenta0.0%
Yellow87.0%
Key (black)6.3%
Color previews
#b8ef1f text on a black background
contrast 15.40:1
Card sample
#b8ef1f text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b8ef1f;
Background color
Panel with #b8ef1f background
background-color: #b8ef1f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b8ef1f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 239, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 239, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b8ef1f; background: linear-gradient(135deg, #b8ef1f, #2DEF1F);