#9cd6cf
a light, soft cyan · cool · closest name: skyblue
RGB
156, 214, 207
HSL
173°, 41%, 73%
CMYK
27, 0, 3, 16
Luminance
0.5967
Every format
| HEX | #9cd6cf |
| RGB | rgb(156, 214, 207) |
| HSL | hsl(173, 41%, 73%) |
| CMYK | cmyk(27%, 0%, 3%, 16%) |
| LAB | lab(81.7 -20.0 -2.5) |
| LCH | lch(81.7 20.1 187.2) |
| OKLCH | oklch(0.834 0.060 186.8) |
Copy-ready code
/* CSS */
color: #9cd6cf;
background-color: #9cd6cf;
/* Tailwind (arbitrary) */
class="text-[#9cd6cf] bg-[#9cd6cf]"
/* SCSS */
$brand: #9cd6cf;
/* SwiftUI */
Color(red: 0.612, green: 0.839, blue: 0.812)
/* Android */
Color.parseColor("#9cd6cf")Accessibility — WCAG contrast
Aa
#9cd6cf on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9cd6cf on black: 12.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green83.9%
Blue81.2%
CMYK percentages
Cyan27.1%
Magenta0.0%
Yellow3.3%
Key (black)16.1%
Color previews
#9cd6cf text on a black background
contrast 12.93:1
Card sample
#9cd6cf text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9cd6cf;
Background color
Panel with #9cd6cf background
background-color: #9cd6cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9cd6cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 214, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 214, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9cd6cf; background: linear-gradient(135deg, #9cd6cf, #9CB6D6);