#9cd3cb
a light, soft cyan · cool · closest name: silver
RGB
156, 211, 203
HSL
171°, 39%, 72%
CMYK
26, 0, 4, 17
Luminance
0.5797
Every format
| HEX | #9cd3cb |
| RGB | rgb(156, 211, 203) |
| HSL | hsl(171, 39%, 72%) |
| CMYK | cmyk(26%, 0%, 4%, 17%) |
| LAB | lab(80.7 -19.3 -1.8) |
| LCH | lch(80.7 19.4 185.3) |
| OKLCH | oklch(0.827 0.058 185.0) |
Copy-ready code
/* CSS */
color: #9cd3cb;
background-color: #9cd3cb;
/* Tailwind (arbitrary) */
class="text-[#9cd3cb] bg-[#9cd3cb]"
/* SCSS */
$brand: #9cd3cb;
/* SwiftUI */
Color(red: 0.612, green: 0.827, blue: 0.796)
/* Android */
Color.parseColor("#9cd3cb")Accessibility — WCAG contrast
Aa
#9cd3cb on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9cd3cb on black: 12.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green82.7%
Blue79.6%
CMYK percentages
Cyan26.1%
Magenta0.0%
Yellow3.8%
Key (black)17.3%
Color previews
#9cd3cb text on a black background
contrast 12.59:1
Card sample
#9cd3cb text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9cd3cb;
Background color
Panel with #9cd3cb background
background-color: #9cd3cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9cd3cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 211, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 211, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9cd3cb; background: linear-gradient(135deg, #9cd3cb, #9CB6D3);