#b5f29d
a light, electric green · cool · closest name: khaki
RGB
181, 242, 157
HSL
103°, 77%, 78%
CMYK
25, 0, 35, 5
Luminance
0.7576
Every format
| HEX | #b5f29d |
| RGB | rgb(181, 242, 157) |
| HSL | hsl(103, 77%, 78%) |
| CMYK | cmyk(25%, 0%, 35%, 5%) |
| LAB | lab(89.8 -34.4 35.0) |
| LCH | lch(89.8 49.1 134.5) |
| OKLCH | oklch(0.899 0.128 137.2) |
Copy-ready code
/* CSS */
color: #b5f29d;
background-color: #b5f29d;
/* Tailwind (arbitrary) */
class="text-[#b5f29d] bg-[#b5f29d]"
/* SCSS */
$brand: #b5f29d;
/* SwiftUI */
Color(red: 0.710, green: 0.949, blue: 0.616)
/* Android */
Color.parseColor("#b5f29d")Accessibility — WCAG contrast
Aa
#b5f29d on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b5f29d on black: 16.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green94.9%
Blue61.6%
CMYK percentages
Cyan25.2%
Magenta0.0%
Yellow35.1%
Key (black)5.1%
Color previews
#b5f29d text on a black background
contrast 16.15:1
Card sample
#b5f29d text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b5f29d;
Background color
Panel with #b5f29d background
background-color: #b5f29d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b5f29d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 242, 157, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 242, 157, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b5f29d; background: linear-gradient(135deg, #b5f29d, #9DF2BE);