#9ebfcd
a light, soft cyan · cool · closest name: skyblue
RGB
158, 191, 205
HSL
198°, 32%, 71%
CMYK
23, 7, 0, 20
Luminance
0.4894
Every format
| HEX | #9ebfcd |
| RGB | rgb(158, 191, 205) |
| HSL | hsl(198, 32%, 71%) |
| CMYK | cmyk(23%, 7%, 0%, 20%) |
| LAB | lab(75.4 -8.0 -10.7) |
| LCH | lch(75.4 13.3 233.3) |
| OKLCH | oklch(0.785 0.041 225.5) |
Copy-ready code
/* CSS */
color: #9ebfcd;
background-color: #9ebfcd;
/* Tailwind (arbitrary) */
class="text-[#9ebfcd] bg-[#9ebfcd]"
/* SCSS */
$brand: #9ebfcd;
/* SwiftUI */
Color(red: 0.620, green: 0.749, blue: 0.804)
/* Android */
Color.parseColor("#9ebfcd")Accessibility — WCAG contrast
Aa
#9ebfcd on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9ebfcd on black: 10.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.0%
Green74.9%
Blue80.4%
CMYK percentages
Cyan22.9%
Magenta6.8%
Yellow0.0%
Key (black)19.6%
Color previews
#9ebfcd text on a black background
contrast 10.79:1
Card sample
#9ebfcd text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9ebfcd;
Background color
Panel with #9ebfcd background
background-color: #9ebfcd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9ebfcd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(158, 191, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(158, 191, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9ebfcd; background: linear-gradient(135deg, #9ebfcd, #9EA0CD);