#9bdbb5
a light, vivid green · cool · closest name: aquamarine
RGB
155, 219, 181
HSL
144°, 47%, 73%
CMYK
29, 0, 17, 14
Luminance
0.6097
Every format
| HEX | #9bdbb5 |
| RGB | rgb(155, 219, 181) |
| HSL | hsl(144, 47%, 73%) |
| CMYK | cmyk(29%, 0%, 17%, 14%) |
| LAB | lab(82.4 -28.1 12.3) |
| LCH | lch(82.4 30.6 156.4) |
| OKLCH | oklch(0.838 0.084 157.9) |
Copy-ready code
/* CSS */
color: #9bdbb5;
background-color: #9bdbb5;
/* Tailwind (arbitrary) */
class="text-[#9bdbb5] bg-[#9bdbb5]"
/* SCSS */
$brand: #9bdbb5;
/* SwiftUI */
Color(red: 0.608, green: 0.859, blue: 0.710)
/* Android */
Color.parseColor("#9bdbb5")Accessibility — WCAG contrast
Aa
#9bdbb5 on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9bdbb5 on black: 13.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green85.9%
Blue71.0%
CMYK percentages
Cyan29.2%
Magenta0.0%
Yellow17.4%
Key (black)14.1%
Color previews
#9bdbb5 text on a black background
contrast 13.19:1
Card sample
#9bdbb5 text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9bdbb5;
Background color
Panel with #9bdbb5 background
background-color: #9bdbb5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9bdbb5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 219, 181, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 219, 181, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9bdbb5; background: linear-gradient(135deg, #9bdbb5, #9BD6DB);