#9bc9ba
a light, soft cyan · cool · closest name: silver
RGB
155, 201, 186
HSL
160°, 30%, 70%
CMYK
23, 0, 8, 21
Luminance
0.5229
Every format
| HEX | #9bc9ba |
| RGB | rgb(155, 201, 186) |
| HSL | hsl(160, 30%, 70%) |
| CMYK | cmyk(23%, 0%, 8%, 21%) |
| LAB | lab(77.5 -18.2 2.6) |
| LCH | lch(77.5 18.4 172.0) |
| OKLCH | oklch(0.799 0.053 172.9) |
Copy-ready code
/* CSS */
color: #9bc9ba;
background-color: #9bc9ba;
/* Tailwind (arbitrary) */
class="text-[#9bc9ba] bg-[#9bc9ba]"
/* SCSS */
$brand: #9bc9ba;
/* SwiftUI */
Color(red: 0.608, green: 0.788, blue: 0.729)
/* Android */
Color.parseColor("#9bc9ba")Accessibility — WCAG contrast
Aa
#9bc9ba on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9bc9ba on black: 11.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green78.8%
Blue72.9%
CMYK percentages
Cyan22.9%
Magenta0.0%
Yellow7.5%
Key (black)21.2%
Color previews
#9bc9ba text on a black background
contrast 11.46:1
Card sample
#9bc9ba text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9bc9ba;
Background color
Panel with #9bc9ba background
background-color: #9bc9ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9bc9ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 201, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 201, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9bc9ba; background: linear-gradient(135deg, #9bc9ba, #9BB9C9);