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