#9baacd
a light, soft blue · cool · closest name: skyblue
RGB
155, 170, 205
HSL
222°, 33%, 71%
CMYK
24, 17, 0, 20
Luminance
0.4013
Every format
| HEX | #9baacd |
| RGB | rgb(155, 170, 205) |
| HSL | hsl(222, 33%, 71%) |
| CMYK | cmyk(24%, 17%, 0%, 20%) |
| LAB | lab(69.6 2.5 -19.5) |
| LCH | lch(69.6 19.7 277.2) |
| OKLCH | oklch(0.738 0.053 266.8) |
Copy-ready code
/* CSS */
color: #9baacd;
background-color: #9baacd;
/* Tailwind (arbitrary) */
class="text-[#9baacd] bg-[#9baacd]"
/* SCSS */
$brand: #9baacd;
/* SwiftUI */
Color(red: 0.608, green: 0.667, blue: 0.804)
/* Android */
Color.parseColor("#9baacd")Accessibility — WCAG contrast
Aa
#9baacd on white: 2.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9baacd on black: 9.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green66.7%
Blue80.4%
CMYK percentages
Cyan24.4%
Magenta17.1%
Yellow0.0%
Key (black)19.6%
Color previews
#9baacd text on a black background
contrast 9.03:1
Card sample
#9baacd text on a white background
contrast 2.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9baacd;
Background color
Panel with #9baacd background
background-color: #9baacd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9baacd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 170, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 170, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9baacd; background: linear-gradient(135deg, #9baacd, #AD9BCD);