#b5df93
a light, vivid green · cool · closest name: khaki
RGB
181, 223, 147
HSL
93°, 54%, 73%
CMYK
19, 0, 34, 13
Luminance
0.6471
Every format
| HEX | #b5df93 |
| RGB | rgb(181, 223, 147) |
| HSL | hsl(93, 54%, 73%) |
| CMYK | cmyk(19%, 0%, 34%, 13%) |
| LAB | lab(84.3 -26.9 32.9) |
| LCH | lch(84.3 42.5 129.3) |
| OKLCH | oklch(0.855 0.110 131.9) |
Copy-ready code
/* CSS */
color: #b5df93;
background-color: #b5df93;
/* Tailwind (arbitrary) */
class="text-[#b5df93] bg-[#b5df93]"
/* SCSS */
$brand: #b5df93;
/* SwiftUI */
Color(red: 0.710, green: 0.875, blue: 0.576)
/* Android */
Color.parseColor("#b5df93")Accessibility — WCAG contrast
Aa
#b5df93 on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b5df93 on black: 13.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green87.5%
Blue57.6%
CMYK percentages
Cyan18.8%
Magenta0.0%
Yellow34.1%
Key (black)12.5%
Color previews
#b5df93 text on a black background
contrast 13.94:1
Card sample
#b5df93 text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b5df93;
Background color
Panel with #b5df93 background
background-color: #b5df93;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b5df93;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 223, 147, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 223, 147, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b5df93; background: linear-gradient(135deg, #b5df93, #93DFA4);