#9ebadf
a light, vivid blue · cool · closest name: skyblue
RGB
158, 186, 223
HSL
214°, 50%, 75%
CMYK
29, 17, 0, 13
Luminance
0.4771
Every format
| HEX | #9ebadf |
| RGB | rgb(158, 186, 223) |
| HSL | hsl(214, 50%, 75%) |
| CMYK | cmyk(29%, 17%, 0%, 13%) |
| LAB | lab(74.6 -1.1 -21.6) |
| LCH | lch(74.6 21.6 267.1) |
| OKLCH | oklch(0.781 0.061 255.5) |
Copy-ready code
/* CSS */
color: #9ebadf;
background-color: #9ebadf;
/* Tailwind (arbitrary) */
class="text-[#9ebadf] bg-[#9ebadf]"
/* SCSS */
$brand: #9ebadf;
/* SwiftUI */
Color(red: 0.620, green: 0.729, blue: 0.875)
/* Android */
Color.parseColor("#9ebadf")Accessibility — WCAG contrast
Aa
#9ebadf on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9ebadf on black: 10.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.0%
Green72.9%
Blue87.5%
CMYK percentages
Cyan29.1%
Magenta16.6%
Yellow0.0%
Key (black)12.5%
Color previews
#9ebadf text on a black background
contrast 10.54:1
Card sample
#9ebadf text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9ebadf;
Background color
Panel with #9ebadf background
background-color: #9ebadf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9ebadf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(158, 186, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(158, 186, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9ebadf; background: linear-gradient(135deg, #9ebadf, #AD9EDF);