#9cd5cf
a light, soft cyan · cool · closest name: skyblue
RGB
156, 213, 207
HSL
174°, 40%, 72%
CMYK
27, 0, 3, 17
Luminance
0.5916
Every format
| HEX | #9cd5cf |
| RGB | rgb(156, 213, 207) |
| HSL | hsl(174, 40%, 72%) |
| CMYK | cmyk(27%, 0%, 3%, 17%) |
| LAB | lab(81.4 -19.5 -3.0) |
| LCH | lch(81.4 19.7 188.6) |
| OKLCH | oklch(0.832 0.059 188.0) |
Copy-ready code
/* CSS */
color: #9cd5cf;
background-color: #9cd5cf;
/* Tailwind (arbitrary) */
class="text-[#9cd5cf] bg-[#9cd5cf]"
/* SCSS */
$brand: #9cd5cf;
/* SwiftUI */
Color(red: 0.612, green: 0.835, blue: 0.812)
/* Android */
Color.parseColor("#9cd5cf")Accessibility — WCAG contrast
Aa
#9cd5cf on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9cd5cf on black: 12.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green83.5%
Blue81.2%
CMYK percentages
Cyan26.8%
Magenta0.0%
Yellow2.8%
Key (black)16.5%
Color previews
#9cd5cf text on a black background
contrast 12.83:1
Card sample
#9cd5cf text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9cd5cf;
Background color
Panel with #9cd5cf background
background-color: #9cd5cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9cd5cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 213, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 213, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9cd5cf; background: linear-gradient(135deg, #9cd5cf, #9CB5D5);