#9ec7cf
a light, soft cyan · cool · closest name: skyblue
RGB
158, 199, 207
HSL
190°, 34%, 72%
CMYK
24, 4, 0, 19
Luminance
0.5262
Every format
| HEX | #9ec7cf |
| RGB | rgb(158, 199, 207) |
| HSL | hsl(190, 34%, 72%) |
| CMYK | cmyk(24%, 4%, 0%, 19%) |
| LAB | lab(77.7 -11.7 -8.4) |
| LCH | lch(77.7 14.4 215.8) |
| OKLCH | oklch(0.803 0.045 210.8) |
Copy-ready code
/* CSS */
color: #9ec7cf;
background-color: #9ec7cf;
/* Tailwind (arbitrary) */
class="text-[#9ec7cf] bg-[#9ec7cf]"
/* SCSS */
$brand: #9ec7cf;
/* SwiftUI */
Color(red: 0.620, green: 0.780, blue: 0.812)
/* Android */
Color.parseColor("#9ec7cf")Accessibility — WCAG contrast
Aa
#9ec7cf on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9ec7cf on black: 11.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.0%
Green78.0%
Blue81.2%
CMYK percentages
Cyan23.7%
Magenta3.9%
Yellow0.0%
Key (black)18.8%
Color previews
#9ec7cf text on a black background
contrast 11.52:1
Card sample
#9ec7cf text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9ec7cf;
Background color
Panel with #9ec7cf background
background-color: #9ec7cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9ec7cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(158, 199, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(158, 199, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9ec7cf; background: linear-gradient(135deg, #9ec7cf, #9EA6CF);