#9ecfc2
a light, soft cyan · cool · closest name: silver
RGB
158, 207, 194
HSL
164°, 34%, 72%
CMYK
24, 0, 6, 19
Luminance
0.5579
Every format
| HEX | #9ecfc2 |
| RGB | rgb(158, 207, 194) |
| HSL | hsl(164, 34%, 72%) |
| CMYK | cmyk(24%, 0%, 6%, 19%) |
| LAB | lab(79.5 -18.6 1.3) |
| LCH | lch(79.5 18.7 176.2) |
| OKLCH | oklch(0.816 0.054 176.8) |
Copy-ready code
/* CSS */
color: #9ecfc2;
background-color: #9ecfc2;
/* Tailwind (arbitrary) */
class="text-[#9ecfc2] bg-[#9ecfc2]"
/* SCSS */
$brand: #9ecfc2;
/* SwiftUI */
Color(red: 0.620, green: 0.812, blue: 0.761)
/* Android */
Color.parseColor("#9ecfc2")Accessibility — WCAG contrast
Aa
#9ecfc2 on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9ecfc2 on black: 12.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.0%
Green81.2%
Blue76.1%
CMYK percentages
Cyan23.7%
Magenta0.0%
Yellow6.3%
Key (black)18.8%
Color previews
#9ecfc2 text on a black background
contrast 12.16:1
Card sample
#9ecfc2 text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9ecfc2;
Background color
Panel with #9ecfc2 background
background-color: #9ecfc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9ecfc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(158, 207, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(158, 207, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9ecfc2; background: linear-gradient(135deg, #9ecfc2, #9EBBCF);