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