#9cd1cf
a light, soft cyan · cool · closest name: skyblue
RGB
156, 209, 207
HSL
178°, 37%, 72%
CMYK
25, 0, 1, 18
Luminance
0.5717
Every format
| HEX | #9cd1cf |
| RGB | rgb(156, 209, 207) |
| HSL | hsl(178, 37%, 72%) |
| CMYK | cmyk(25%, 0%, 1%, 18%) |
| LAB | lab(80.3 -17.4 -4.6) |
| LCH | lch(80.3 18.0 194.7) |
| OKLCH | oklch(0.823 0.055 193.2) |
Copy-ready code
/* CSS */
color: #9cd1cf;
background-color: #9cd1cf;
/* Tailwind (arbitrary) */
class="text-[#9cd1cf] bg-[#9cd1cf]"
/* SCSS */
$brand: #9cd1cf;
/* SwiftUI */
Color(red: 0.612, green: 0.820, blue: 0.812)
/* Android */
Color.parseColor("#9cd1cf")Accessibility — WCAG contrast
Aa
#9cd1cf on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9cd1cf on black: 12.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green82.0%
Blue81.2%
CMYK percentages
Cyan25.4%
Magenta0.0%
Yellow1.0%
Key (black)18.0%
Color previews
#9cd1cf text on a black background
contrast 12.43:1
Card sample
#9cd1cf text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9cd1cf;
Background color
Panel with #9cd1cf background
background-color: #9cd1cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9cd1cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 209, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 209, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9cd1cf; background: linear-gradient(135deg, #9cd1cf, #9CB0D1);