#9bdbb0
a light, vivid green · cool · closest name: aquamarine
RGB
155, 219, 176
HSL
140°, 47%, 73%
CMYK
29, 0, 20, 14
Luminance
0.6077
Every format
| HEX | #9bdbb0 |
| RGB | rgb(155, 219, 176) |
| HSL | hsl(140, 47%, 73%) |
| CMYK | cmyk(29%, 0%, 20%, 14%) |
| LAB | lab(82.3 -29.0 14.8) |
| LCH | lch(82.3 32.5 153.0) |
| OKLCH | oklch(0.837 0.089 154.7) |
Copy-ready code
/* CSS */
color: #9bdbb0;
background-color: #9bdbb0;
/* Tailwind (arbitrary) */
class="text-[#9bdbb0] bg-[#9bdbb0]"
/* SCSS */
$brand: #9bdbb0;
/* SwiftUI */
Color(red: 0.608, green: 0.859, blue: 0.690)
/* Android */
Color.parseColor("#9bdbb0")Accessibility — WCAG contrast
Aa
#9bdbb0 on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9bdbb0 on black: 13.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green85.9%
Blue69.0%
CMYK percentages
Cyan29.2%
Magenta0.0%
Yellow19.6%
Key (black)14.1%
Color previews
#9bdbb0 text on a black background
contrast 13.15:1
Card sample
#9bdbb0 text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9bdbb0;
Background color
Panel with #9bdbb0 background
background-color: #9bdbb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9bdbb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 219, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 219, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9bdbb0; background: linear-gradient(135deg, #9bdbb0, #9BDBDB);