#9cd2cb
a light, soft cyan · cool · closest name: silver
RGB
156, 210, 203
HSL
172°, 38%, 72%
CMYK
26, 0, 3, 18
Luminance
0.5747
Every format
| HEX | #9cd2cb |
| RGB | rgb(156, 210, 203) |
| HSL | hsl(172, 38%, 72%) |
| CMYK | cmyk(26%, 0%, 3%, 18%) |
| LAB | lab(80.4 -18.8 -2.2) |
| LCH | lch(80.4 19.0 186.6) |
| OKLCH | oklch(0.824 0.057 186.2) |
Copy-ready code
/* CSS */
color: #9cd2cb;
background-color: #9cd2cb;
/* Tailwind (arbitrary) */
class="text-[#9cd2cb] bg-[#9cd2cb]"
/* SCSS */
$brand: #9cd2cb;
/* SwiftUI */
Color(red: 0.612, green: 0.824, blue: 0.796)
/* Android */
Color.parseColor("#9cd2cb")Accessibility — WCAG contrast
Aa
#9cd2cb on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9cd2cb on black: 12.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green82.4%
Blue79.6%
CMYK percentages
Cyan25.7%
Magenta0.0%
Yellow3.3%
Key (black)17.6%
Color previews
#9cd2cb text on a black background
contrast 12.49:1
Card sample
#9cd2cb text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9cd2cb;
Background color
Panel with #9cd2cb background
background-color: #9cd2cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9cd2cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 210, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 210, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9cd2cb; background: linear-gradient(135deg, #9cd2cb, #9CB5D2);