#b8e55e
a balanced, vivid green · cool · closest name: khaki
RGB
184, 229, 94
HSL
80°, 72%, 63%
CMYK
20, 0, 59, 10
Luminance
0.6704
Every format
| HEX | #b8e55e |
| RGB | rgb(184, 229, 94) |
| HSL | hsl(80, 72%, 63%) |
| CMYK | cmyk(20%, 0%, 59%, 10%) |
| LAB | lab(85.5 -34.5 59.7) |
| LCH | lch(85.5 68.9 120.0) |
| OKLCH | oklch(0.863 0.170 125.3) |
Copy-ready code
/* CSS */
color: #b8e55e;
background-color: #b8e55e;
/* Tailwind (arbitrary) */
class="text-[#b8e55e] bg-[#b8e55e]"
/* SCSS */
$brand: #b8e55e;
/* SwiftUI */
Color(red: 0.722, green: 0.898, blue: 0.369)
/* Android */
Color.parseColor("#b8e55e")Accessibility — WCAG contrast
Aa
#b8e55e on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b8e55e on black: 14.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green89.8%
Blue36.9%
CMYK percentages
Cyan19.7%
Magenta0.0%
Yellow59.0%
Key (black)10.2%
Color previews
#b8e55e text on a black background
contrast 14.41:1
Card sample
#b8e55e text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b8e55e;
Background color
Panel with #b8e55e background
background-color: #b8e55e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b8e55e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 229, 94, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 229, 94, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b8e55e; background: linear-gradient(135deg, #b8e55e, #5EE55E);