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