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