#9db5eb
a light, vivid blue · cool · closest name: skyblue
RGB
157, 181, 235
HSL
222°, 66%, 77%
CMYK
33, 23, 0, 8
Luminance
0.4621
Every format
| HEX | #9db5eb |
| RGB | rgb(157, 181, 235) |
| HSL | hsl(222, 66%, 77%) |
| CMYK | cmyk(33%, 23%, 0%, 8%) |
| LAB | lab(73.7 4.3 -29.6) |
| LCH | lch(73.7 29.9 278.3) |
| OKLCH | oklch(0.774 0.082 265.9) |
Copy-ready code
/* CSS */
color: #9db5eb;
background-color: #9db5eb;
/* Tailwind (arbitrary) */
class="text-[#9db5eb] bg-[#9db5eb]"
/* SCSS */
$brand: #9db5eb;
/* SwiftUI */
Color(red: 0.616, green: 0.710, blue: 0.922)
/* Android */
Color.parseColor("#9db5eb")Accessibility — WCAG contrast
Aa
#9db5eb on white: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9db5eb on black: 10.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.6%
Green71.0%
Blue92.2%
CMYK percentages
Cyan33.2%
Magenta23.0%
Yellow0.0%
Key (black)7.8%
Color previews
#9db5eb text on a black background
contrast 10.24:1
Card sample
#9db5eb text on a white background
contrast 2.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9db5eb;
Background color
Panel with #9db5eb background
background-color: #9db5eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9db5eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(157, 181, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(157, 181, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9db5eb; background: linear-gradient(135deg, #9db5eb, #B99DEB);