#9ebfce
a light, soft cyan · cool · closest name: skyblue
RGB
158, 191, 206
HSL
199°, 33%, 71%
CMYK
23, 7, 0, 19
Luminance
0.4899
Every format
| HEX | #9ebfce |
| RGB | rgb(158, 191, 206) |
| HSL | hsl(199, 33%, 71%) |
| CMYK | cmyk(23%, 7%, 0%, 19%) |
| LAB | lab(75.4 -7.7 -11.2) |
| LCH | lch(75.4 13.6 235.3) |
| OKLCH | oklch(0.785 0.042 227.2) |
Copy-ready code
/* CSS */
color: #9ebfce;
background-color: #9ebfce;
/* Tailwind (arbitrary) */
class="text-[#9ebfce] bg-[#9ebfce]"
/* SCSS */
$brand: #9ebfce;
/* SwiftUI */
Color(red: 0.620, green: 0.749, blue: 0.808)
/* Android */
Color.parseColor("#9ebfce")Accessibility — WCAG contrast
Aa
#9ebfce on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9ebfce on black: 10.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.0%
Green74.9%
Blue80.8%
CMYK percentages
Cyan23.3%
Magenta7.3%
Yellow0.0%
Key (black)19.2%
Color previews
#9ebfce text on a black background
contrast 10.80:1
Card sample
#9ebfce text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9ebfce;
Background color
Panel with #9ebfce background
background-color: #9ebfce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9ebfce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(158, 191, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(158, 191, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9ebfce; background: linear-gradient(135deg, #9ebfce, #9E9FCE);