#9cd8df
a light, vivid cyan · cool · closest name: skyblue
RGB
156, 216, 223
HSL
186°, 51%, 74%
CMYK
30, 3, 0, 13
Luminance
0.6151
Every format
| HEX | #9cd8df |
| RGB | rgb(156, 216, 223) |
| HSL | hsl(186, 51%, 74%) |
| CMYK | cmyk(30%, 3%, 0%, 13%) |
| LAB | lab(82.7 -17.4 -9.6) |
| LCH | lch(82.7 19.8 208.9) |
| OKLCH | oklch(0.844 0.062 205.1) |
Copy-ready code
/* CSS */
color: #9cd8df;
background-color: #9cd8df;
/* Tailwind (arbitrary) */
class="text-[#9cd8df] bg-[#9cd8df]"
/* SCSS */
$brand: #9cd8df;
/* SwiftUI */
Color(red: 0.612, green: 0.847, blue: 0.875)
/* Android */
Color.parseColor("#9cd8df")Accessibility — WCAG contrast
Aa
#9cd8df on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9cd8df on black: 13.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green84.7%
Blue87.5%
CMYK percentages
Cyan30.0%
Magenta3.1%
Yellow0.0%
Key (black)12.5%
Color previews
#9cd8df text on a black background
contrast 13.30:1
Card sample
#9cd8df text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9cd8df;
Background color
Panel with #9cd8df background
background-color: #9cd8df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9cd8df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 216, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 216, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9cd8df; background: linear-gradient(135deg, #9cd8df, #9CABDF);