#9cccd2
a light, soft cyan · cool · closest name: skyblue
RGB
156, 204, 210
HSL
187°, 38%, 72%
CMYK
26, 3, 0, 18
Luminance
0.5491
Every format
| HEX | #9cccd2 |
| RGB | rgb(156, 204, 210) |
| HSL | hsl(187, 38%, 72%) |
| CMYK | cmyk(26%, 3%, 0%, 18%) |
| LAB | lab(79.0 -14.2 -8.1) |
| LCH | lch(79.0 16.4 209.6) |
| OKLCH | oklch(0.813 0.051 205.7) |
Copy-ready code
/* CSS */
color: #9cccd2;
background-color: #9cccd2;
/* Tailwind (arbitrary) */
class="text-[#9cccd2] bg-[#9cccd2]"
/* SCSS */
$brand: #9cccd2;
/* SwiftUI */
Color(red: 0.612, green: 0.800, blue: 0.824)
/* Android */
Color.parseColor("#9cccd2")Accessibility — WCAG contrast
Aa
#9cccd2 on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9cccd2 on black: 11.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green80.0%
Blue82.4%
CMYK percentages
Cyan25.7%
Magenta2.9%
Yellow0.0%
Key (black)17.6%
Color previews
#9cccd2 text on a black background
contrast 11.98:1
Card sample
#9cccd2 text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9cccd2;
Background color
Panel with #9cccd2 background
background-color: #9cccd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9cccd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 204, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 204, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9cccd2; background: linear-gradient(135deg, #9cccd2, #9CA8D2);