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