#9cd3d2
a light, soft cyan · cool · closest name: skyblue
RGB
156, 211, 210
HSL
179°, 39%, 72%
CMYK
26, 0, 1, 17
Luminance
0.5831
Every format
| HEX | #9cd3d2 |
| RGB | rgb(156, 211, 210) |
| HSL | hsl(179, 39%, 72%) |
| CMYK | cmyk(26%, 0%, 1%, 17%) |
| LAB | lab(80.9 -17.8 -5.2) |
| LCH | lch(80.9 18.6 196.4) |
| OKLCH | oklch(0.829 0.057 194.7) |
Copy-ready code
/* CSS */
color: #9cd3d2;
background-color: #9cd3d2;
/* Tailwind (arbitrary) */
class="text-[#9cd3d2] bg-[#9cd3d2]"
/* SCSS */
$brand: #9cd3d2;
/* SwiftUI */
Color(red: 0.612, green: 0.827, blue: 0.824)
/* Android */
Color.parseColor("#9cd3d2")Accessibility — WCAG contrast
Aa
#9cd3d2 on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9cd3d2 on black: 12.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green82.7%
Blue82.4%
CMYK percentages
Cyan26.1%
Magenta0.0%
Yellow0.5%
Key (black)17.3%
Color previews
#9cd3d2 text on a black background
contrast 12.66:1
Card sample
#9cd3d2 text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9cd3d2;
Background color
Panel with #9cd3d2 background
background-color: #9cd3d2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9cd3d2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 211, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 211, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9cd3d2; background: linear-gradient(135deg, #9cd3d2, #9CAFD3);