#9cd7cf
a light, soft cyan · cool · closest name: skyblue
RGB
156, 215, 207
HSL
172°, 42%, 73%
CMYK
27, 0, 4, 16
Luminance
0.6017
Every format
| HEX | #9cd7cf |
| RGB | rgb(156, 215, 207) |
| HSL | hsl(172, 42%, 73%) |
| CMYK | cmyk(27%, 0%, 4%, 16%) |
| LAB | lab(81.9 -20.5 -2.1) |
| LCH | lch(81.9 20.6 186.0) |
| OKLCH | oklch(0.837 0.061 185.7) |
Copy-ready code
/* CSS */
color: #9cd7cf;
background-color: #9cd7cf;
/* Tailwind (arbitrary) */
class="text-[#9cd7cf] bg-[#9cd7cf]"
/* SCSS */
$brand: #9cd7cf;
/* SwiftUI */
Color(red: 0.612, green: 0.843, blue: 0.812)
/* Android */
Color.parseColor("#9cd7cf")Accessibility — WCAG contrast
Aa
#9cd7cf on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9cd7cf on black: 13.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green84.3%
Blue81.2%
CMYK percentages
Cyan27.4%
Magenta0.0%
Yellow3.7%
Key (black)15.7%
Color previews
#9cd7cf text on a black background
contrast 13.03:1
Card sample
#9cd7cf text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9cd7cf;
Background color
Panel with #9cd7cf background
background-color: #9cd7cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9cd7cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 215, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 215, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9cd7cf; background: linear-gradient(135deg, #9cd7cf, #9CB8D7);