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