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