#9ebcdf
a light, vivid blue · cool · closest name: skyblue
RGB
158, 188, 223
HSL
212°, 50%, 75%
CMYK
29, 16, 0, 13
Luminance
0.4856
Every format
| HEX | #9ebcdf |
| RGB | rgb(158, 188, 223) |
| HSL | hsl(212, 50%, 75%) |
| CMYK | cmyk(29%, 16%, 0%, 13%) |
| LAB | lab(75.2 -2.2 -20.8) |
| LCH | lch(75.2 20.9 264.1) |
| OKLCH | oklch(0.785 0.060 252.5) |
Copy-ready code
/* CSS */
color: #9ebcdf;
background-color: #9ebcdf;
/* Tailwind (arbitrary) */
class="text-[#9ebcdf] bg-[#9ebcdf]"
/* SCSS */
$brand: #9ebcdf;
/* SwiftUI */
Color(red: 0.620, green: 0.737, blue: 0.875)
/* Android */
Color.parseColor("#9ebcdf")Accessibility — WCAG contrast
Aa
#9ebcdf on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9ebcdf on black: 10.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.0%
Green73.7%
Blue87.5%
CMYK percentages
Cyan29.1%
Magenta15.7%
Yellow0.0%
Key (black)12.5%
Color previews
#9ebcdf text on a black background
contrast 10.71:1
Card sample
#9ebcdf text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9ebcdf;
Background color
Panel with #9ebcdf background
background-color: #9ebcdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9ebcdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(158, 188, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(158, 188, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9ebcdf; background: linear-gradient(135deg, #9ebcdf, #AB9EDF);