#9ececf
a light, soft cyan · cool · closest name: skyblue
RGB
158, 206, 207
HSL
181°, 34%, 72%
CMYK
24, 1, 0, 19
Luminance
0.5592
Every format
| HEX | #9ececf |
| RGB | rgb(158, 206, 207) |
| HSL | hsl(181, 34%, 72%) |
| CMYK | cmyk(24%, 1%, 0%, 19%) |
| LAB | lab(79.6 -15.3 -5.6) |
| LCH | lch(79.6 16.3 200.1) |
| OKLCH | oklch(0.818 0.050 197.8) |
Copy-ready code
/* CSS */
color: #9ececf;
background-color: #9ececf;
/* Tailwind (arbitrary) */
class="text-[#9ececf] bg-[#9ececf]"
/* SCSS */
$brand: #9ececf;
/* SwiftUI */
Color(red: 0.620, green: 0.808, blue: 0.812)
/* Android */
Color.parseColor("#9ececf")Accessibility — WCAG contrast
Aa
#9ececf on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9ececf on black: 12.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.0%
Green80.8%
Blue81.2%
CMYK percentages
Cyan23.7%
Magenta0.5%
Yellow0.0%
Key (black)18.8%
Color previews
#9ececf text on a black background
contrast 12.18:1
Card sample
#9ececf text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9ececf;
Background color
Panel with #9ececf background
background-color: #9ececf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9ececf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(158, 206, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(158, 206, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9ececf; background: linear-gradient(135deg, #9ececf, #9EADCF);