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