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