#9cdfdc
a light, vivid cyan · cool · closest name: skyblue
RGB
156, 223, 220
HSL
177°, 51%, 74%
CMYK
30, 0, 1, 13
Luminance
0.6501
Every format
| HEX | #9cdfdc |
| RGB | rgb(156, 223, 220) |
| HSL | hsl(177, 51%, 74%) |
| CMYK | cmyk(30%, 0%, 1%, 13%) |
| LAB | lab(84.5 -21.6 -5.3) |
| LCH | lch(84.5 22.2 193.8) |
| OKLCH | oklch(0.858 0.067 192.4) |
Copy-ready code
/* CSS */
color: #9cdfdc;
background-color: #9cdfdc;
/* Tailwind (arbitrary) */
class="text-[#9cdfdc] bg-[#9cdfdc]"
/* SCSS */
$brand: #9cdfdc;
/* SwiftUI */
Color(red: 0.612, green: 0.875, blue: 0.863)
/* Android */
Color.parseColor("#9cdfdc")Accessibility — WCAG contrast
Aa
#9cdfdc on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9cdfdc on black: 14.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green87.5%
Blue86.3%
CMYK percentages
Cyan30.0%
Magenta0.0%
Yellow1.3%
Key (black)12.5%
Color previews
#9cdfdc text on a black background
contrast 14.00:1
Card sample
#9cdfdc text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9cdfdc;
Background color
Panel with #9cdfdc background
background-color: #9cdfdc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9cdfdc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 223, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 223, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9cdfdc; background: linear-gradient(135deg, #9cdfdc, #9CB5DF);