#9ebacf
a light, soft blue · cool · closest name: skyblue
RGB
158, 186, 207
HSL
206°, 34%, 72%
CMYK
24, 10, 0, 19
Luminance
0.4689
Every format
| HEX | #9ebacf |
| RGB | rgb(158, 186, 207) |
| HSL | hsl(206, 34%, 72%) |
| CMYK | cmyk(24%, 10%, 0%, 19%) |
| LAB | lab(74.1 -4.8 -13.7) |
| LCH | lch(74.1 14.6 250.5) |
| OKLCH | oklch(0.775 0.043 240.6) |
Copy-ready code
/* CSS */
color: #9ebacf;
background-color: #9ebacf;
/* Tailwind (arbitrary) */
class="text-[#9ebacf] bg-[#9ebacf]"
/* SCSS */
$brand: #9ebacf;
/* SwiftUI */
Color(red: 0.620, green: 0.729, blue: 0.812)
/* Android */
Color.parseColor("#9ebacf")Accessibility — WCAG contrast
Aa
#9ebacf on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9ebacf on black: 10.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.0%
Green72.9%
Blue81.2%
CMYK percentages
Cyan23.7%
Magenta10.1%
Yellow0.0%
Key (black)18.8%
Color previews
#9ebacf text on a black background
contrast 10.38:1
Card sample
#9ebacf text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9ebacf;
Background color
Panel with #9ebacf background
background-color: #9ebacf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9ebacf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(158, 186, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(158, 186, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9ebacf; background: linear-gradient(135deg, #9ebacf, #A39ECF);