#9cc2ba
a light, soft cyan · cool · closest name: silver
RGB
156, 194, 186
HSL
167°, 24%, 69%
CMYK
20, 0, 4, 24
Luminance
0.4920
Every format
| HEX | #9cc2ba |
| RGB | rgb(156, 194, 186) |
| HSL | hsl(167, 24%, 69%) |
| CMYK | cmyk(20%, 0%, 4%, 24%) |
| LAB | lab(75.6 -14.3 -0.2) |
| LCH | lch(75.6 14.3 180.7) |
| OKLCH | oklch(0.784 0.042 180.9) |
Copy-ready code
/* CSS */
color: #9cc2ba;
background-color: #9cc2ba;
/* Tailwind (arbitrary) */
class="text-[#9cc2ba] bg-[#9cc2ba]"
/* SCSS */
$brand: #9cc2ba;
/* SwiftUI */
Color(red: 0.612, green: 0.761, blue: 0.729)
/* Android */
Color.parseColor("#9cc2ba")Accessibility — WCAG contrast
Aa
#9cc2ba on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9cc2ba on black: 10.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green76.1%
Blue72.9%
CMYK percentages
Cyan19.6%
Magenta0.0%
Yellow4.1%
Key (black)23.9%
Color previews
#9cc2ba text on a black background
contrast 10.84:1
Card sample
#9cc2ba text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9cc2ba;
Background color
Panel with #9cc2ba background
background-color: #9cc2ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9cc2ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 194, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 194, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9cc2ba; background: linear-gradient(135deg, #9cc2ba, #9CB1C2);