#9bdaba
a light, vivid green · cool · closest name: aquamarine
RGB
155, 218, 186
HSL
150°, 46%, 73%
CMYK
29, 0, 15, 15
Luminance
0.6066
Every format
| HEX | #9bdaba |
| RGB | rgb(155, 218, 186) |
| HSL | hsl(150, 46%, 73%) |
| CMYK | cmyk(29%, 0%, 15%, 15%) |
| LAB | lab(82.2 -26.6 9.4) |
| LCH | lch(82.2 28.2 160.6) |
| OKLCH | oklch(0.837 0.078 162.0) |
Copy-ready code
/* CSS */
color: #9bdaba;
background-color: #9bdaba;
/* Tailwind (arbitrary) */
class="text-[#9bdaba] bg-[#9bdaba]"
/* SCSS */
$brand: #9bdaba;
/* SwiftUI */
Color(red: 0.608, green: 0.855, blue: 0.729)
/* Android */
Color.parseColor("#9bdaba")Accessibility — WCAG contrast
Aa
#9bdaba on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9bdaba on black: 13.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green85.5%
Blue72.9%
CMYK percentages
Cyan28.9%
Magenta0.0%
Yellow14.7%
Key (black)14.5%
Color previews
#9bdaba text on a black background
contrast 13.13:1
Card sample
#9bdaba text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9bdaba;
Background color
Panel with #9bdaba background
background-color: #9bdaba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9bdaba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 218, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 218, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9bdaba; background: linear-gradient(135deg, #9bdaba, #9BD0DA);