#9eb2d7
a light, soft blue · cool · closest name: skyblue
RGB
158, 178, 215
HSL
219°, 42%, 73%
CMYK
27, 17, 0, 16
Luminance
0.4402
Every format
| HEX | #9eb2d7 |
| RGB | rgb(158, 178, 215) |
| HSL | hsl(219, 42%, 73%) |
| CMYK | cmyk(27%, 17%, 0%, 16%) |
| LAB | lab(72.2 1.4 -20.9) |
| LCH | lch(72.2 21.0 273.7) |
| OKLCH | oklch(0.761 0.058 262.7) |
Copy-ready code
/* CSS */
color: #9eb2d7;
background-color: #9eb2d7;
/* Tailwind (arbitrary) */
class="text-[#9eb2d7] bg-[#9eb2d7]"
/* SCSS */
$brand: #9eb2d7;
/* SwiftUI */
Color(red: 0.620, green: 0.698, blue: 0.843)
/* Android */
Color.parseColor("#9eb2d7")Accessibility — WCAG contrast
Aa
#9eb2d7 on white: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9eb2d7 on black: 9.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.0%
Green69.8%
Blue84.3%
CMYK percentages
Cyan26.5%
Magenta17.2%
Yellow0.0%
Key (black)15.7%
Color previews
#9eb2d7 text on a black background
contrast 9.80:1
Card sample
#9eb2d7 text on a white background
contrast 2.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9eb2d7;
Background color
Panel with #9eb2d7 background
background-color: #9eb2d7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9eb2d7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(158, 178, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(158, 178, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9eb2d7; background: linear-gradient(135deg, #9eb2d7, #B09ED7);