#b5eb73
a light, electric green · cool · closest name: khaki
RGB
181, 235, 115
HSL
87°, 75%, 69%
CMYK
23, 0, 51, 8
Luminance
0.7048
Every format
| HEX | #b5eb73 |
| RGB | rgb(181, 235, 115) |
| HSL | hsl(87, 75%, 69%) |
| CMYK | cmyk(23%, 0%, 51%, 8%) |
| LAB | lab(87.2 -36.4 52.2) |
| LCH | lch(87.2 63.6 124.9) |
| OKLCH | oklch(0.877 0.160 129.3) |
Copy-ready code
/* CSS */
color: #b5eb73;
background-color: #b5eb73;
/* Tailwind (arbitrary) */
class="text-[#b5eb73] bg-[#b5eb73]"
/* SCSS */
$brand: #b5eb73;
/* SwiftUI */
Color(red: 0.710, green: 0.922, blue: 0.451)
/* Android */
Color.parseColor("#b5eb73")Accessibility — WCAG contrast
Aa
#b5eb73 on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b5eb73 on black: 15.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green92.2%
Blue45.1%
CMYK percentages
Cyan23.0%
Magenta0.0%
Yellow51.1%
Key (black)7.8%
Color previews
#b5eb73 text on a black background
contrast 15.10:1
Card sample
#b5eb73 text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b5eb73;
Background color
Panel with #b5eb73 background
background-color: #b5eb73;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b5eb73;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 235, 115, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 235, 115, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b5eb73; background: linear-gradient(135deg, #b5eb73, #73EB81);