#9db4cf
a light, soft blue · cool · closest name: skyblue
RGB
157, 180, 207
HSL
212°, 34%, 71%
CMYK
24, 13, 0, 19
Luminance
0.4432
Every format
| HEX | #9db4cf |
| RGB | rgb(157, 180, 207) |
| HSL | hsl(212, 34%, 71%) |
| CMYK | cmyk(24%, 13%, 0%, 19%) |
| LAB | lab(72.4 -1.9 -16.3) |
| LCH | lch(72.4 16.4 263.3) |
| OKLCH | oklch(0.761 0.046 252.6) |
Copy-ready code
/* CSS */
color: #9db4cf;
background-color: #9db4cf;
/* Tailwind (arbitrary) */
class="text-[#9db4cf] bg-[#9db4cf]"
/* SCSS */
$brand: #9db4cf;
/* SwiftUI */
Color(red: 0.616, green: 0.706, blue: 0.812)
/* Android */
Color.parseColor("#9db4cf")Accessibility — WCAG contrast
Aa
#9db4cf on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9db4cf on black: 9.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.6%
Green70.6%
Blue81.2%
CMYK percentages
Cyan24.2%
Magenta13.0%
Yellow0.0%
Key (black)18.8%
Color previews
#9db4cf text on a black background
contrast 9.86:1
Card sample
#9db4cf text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9db4cf;
Background color
Panel with #9db4cf background
background-color: #9db4cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9db4cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(157, 180, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(157, 180, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9db4cf; background: linear-gradient(135deg, #9db4cf, #A79DCF);