#b5edb5
a light, vivid green · cool · closest name: aquamarine
RGB
181, 237, 181
HSL
120°, 61%, 82%
CMYK
24, 0, 24, 7
Luminance
0.7373
Every format
| HEX | #b5edb5 |
| RGB | rgb(181, 237, 181) |
| HSL | hsl(120, 61%, 82%) |
| CMYK | cmyk(24%, 0%, 24%, 7%) |
| LAB | lab(88.8 -28.4 21.5) |
| LCH | lch(88.8 35.6 142.9) |
| OKLCH | oklch(0.893 0.095 144.7) |
Copy-ready code
/* CSS */
color: #b5edb5;
background-color: #b5edb5;
/* Tailwind (arbitrary) */
class="text-[#b5edb5] bg-[#b5edb5]"
/* SCSS */
$brand: #b5edb5;
/* SwiftUI */
Color(red: 0.710, green: 0.929, blue: 0.710)
/* Android */
Color.parseColor("#b5edb5")Accessibility — WCAG contrast
Aa
#b5edb5 on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b5edb5 on black: 15.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green92.9%
Blue71.0%
CMYK percentages
Cyan23.6%
Magenta0.0%
Yellow23.6%
Key (black)7.1%
Color previews
#b5edb5 text on a black background
contrast 15.75:1
Card sample
#b5edb5 text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b5edb5;
Background color
Panel with #b5edb5 background
background-color: #b5edb5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b5edb5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 237, 181, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 237, 181, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b5edb5; background: linear-gradient(135deg, #b5edb5, #B5EDDA);