#9ebadb
a light, vivid blue · cool · closest name: skyblue
RGB
158, 186, 219
HSL
213°, 46%, 74%
CMYK
28, 15, 0, 14
Luminance
0.4750
Every format
| HEX | #9ebadb |
| RGB | rgb(158, 186, 219) |
| HSL | hsl(213, 46%, 74%) |
| CMYK | cmyk(28%, 15%, 0%, 14%) |
| LAB | lab(74.5 -2.0 -19.7) |
| LCH | lch(74.5 19.8 264.1) |
| OKLCH | oklch(0.779 0.056 252.7) |
Copy-ready code
/* CSS */
color: #9ebadb;
background-color: #9ebadb;
/* Tailwind (arbitrary) */
class="text-[#9ebadb] bg-[#9ebadb]"
/* SCSS */
$brand: #9ebadb;
/* SwiftUI */
Color(red: 0.620, green: 0.729, blue: 0.859)
/* Android */
Color.parseColor("#9ebadb")Accessibility — WCAG contrast
Aa
#9ebadb on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9ebadb on black: 10.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.0%
Green72.9%
Blue85.9%
CMYK percentages
Cyan27.9%
Magenta15.1%
Yellow0.0%
Key (black)14.1%
Color previews
#9ebadb text on a black background
contrast 10.50:1
Card sample
#9ebadb text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9ebadb;
Background color
Panel with #9ebadb background
background-color: #9ebadb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9ebadb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(158, 186, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(158, 186, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9ebadb; background: linear-gradient(135deg, #9ebadb, #AB9EDB);