#9bcabf
a light, soft cyan · cool · closest name: silver
RGB
155, 202, 191
HSL
166°, 31%, 70%
CMYK
23, 0, 5, 21
Luminance
0.5297
Every format
| HEX | #9bcabf |
| RGB | rgb(155, 202, 191) |
| HSL | hsl(166, 31%, 70%) |
| CMYK | cmyk(23%, 0%, 5%, 21%) |
| LAB | lab(77.9 -17.6 0.5) |
| LCH | lch(77.9 17.7 178.5) |
| OKLCH | oklch(0.803 0.052 179.0) |
Copy-ready code
/* CSS */
color: #9bcabf;
background-color: #9bcabf;
/* Tailwind (arbitrary) */
class="text-[#9bcabf] bg-[#9bcabf]"
/* SCSS */
$brand: #9bcabf;
/* SwiftUI */
Color(red: 0.608, green: 0.792, blue: 0.749)
/* Android */
Color.parseColor("#9bcabf")Accessibility — WCAG contrast
Aa
#9bcabf on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9bcabf on black: 11.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green79.2%
Blue74.9%
CMYK percentages
Cyan23.3%
Magenta0.0%
Yellow5.4%
Key (black)20.8%
Color previews
#9bcabf text on a black background
contrast 11.59:1
Card sample
#9bcabf text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9bcabf;
Background color
Panel with #9bcabf background
background-color: #9bcabf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9bcabf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 202, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 202, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9bcabf; background: linear-gradient(135deg, #9bcabf, #9BB6CA);