#9dbacf
a light, soft blue · cool · closest name: skyblue
RGB
157, 186, 207
HSL
205°, 34%, 71%
CMYK
24, 10, 0, 19
Luminance
0.4679
Every format
| HEX | #9dbacf |
| RGB | rgb(157, 186, 207) |
| HSL | hsl(205, 34%, 71%) |
| CMYK | cmyk(24%, 10%, 0%, 19%) |
| LAB | lab(74.0 -5.2 -13.8) |
| LCH | lch(74.0 14.8 249.5) |
| OKLCH | oklch(0.774 0.044 239.6) |
Copy-ready code
/* CSS */
color: #9dbacf;
background-color: #9dbacf;
/* Tailwind (arbitrary) */
class="text-[#9dbacf] bg-[#9dbacf]"
/* SCSS */
$brand: #9dbacf;
/* SwiftUI */
Color(red: 0.616, green: 0.729, blue: 0.812)
/* Android */
Color.parseColor("#9dbacf")Accessibility — WCAG contrast
Aa
#9dbacf on white: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9dbacf on black: 10.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.6%
Green72.9%
Blue81.2%
CMYK percentages
Cyan24.2%
Magenta10.1%
Yellow0.0%
Key (black)18.8%
Color previews
#9dbacf text on a black background
contrast 10.36:1
Card sample
#9dbacf text on a white background
contrast 2.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9dbacf;
Background color
Panel with #9dbacf background
background-color: #9dbacf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9dbacf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(157, 186, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(157, 186, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9dbacf; background: linear-gradient(135deg, #9dbacf, #A19DCF);