#9ec2cf
a light, soft cyan · cool · closest name: skyblue
RGB
158, 194, 207
HSL
196°, 34%, 72%
CMYK
24, 6, 0, 19
Luminance
0.5036
Every format
| HEX | #9ec2cf |
| RGB | rgb(158, 194, 207) |
| HSL | hsl(196, 34%, 72%) |
| CMYK | cmyk(24%, 6%, 0%, 19%) |
| LAB | lab(76.3 -9.1 -10.5) |
| LCH | lch(76.3 13.9 229.0) |
| OKLCH | oklch(0.792 0.043 221.8) |
Copy-ready code
/* CSS */
color: #9ec2cf;
background-color: #9ec2cf;
/* Tailwind (arbitrary) */
class="text-[#9ec2cf] bg-[#9ec2cf]"
/* SCSS */
$brand: #9ec2cf;
/* SwiftUI */
Color(red: 0.620, green: 0.761, blue: 0.812)
/* Android */
Color.parseColor("#9ec2cf")Accessibility — WCAG contrast
Aa
#9ec2cf on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9ec2cf on black: 11.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.0%
Green76.1%
Blue81.2%
CMYK percentages
Cyan23.7%
Magenta6.3%
Yellow0.0%
Key (black)18.8%
Color previews
#9ec2cf text on a black background
contrast 11.07:1
Card sample
#9ec2cf text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9ec2cf;
Background color
Panel with #9ec2cf background
background-color: #9ec2cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9ec2cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(158, 194, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(158, 194, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9ec2cf; background: linear-gradient(135deg, #9ec2cf, #9EA1CF);