#9baccf
a light, soft blue · cool · closest name: skyblue
RGB
155, 172, 207
HSL
220°, 35%, 71%
CMYK
25, 17, 0, 19
Luminance
0.4098
Every format
| HEX | #9baccf |
| RGB | rgb(155, 172, 207) |
| HSL | hsl(220, 35%, 71%) |
| CMYK | cmyk(25%, 17%, 0%, 19%) |
| LAB | lab(70.2 1.8 -19.7) |
| LCH | lch(70.2 19.8 275.3) |
| OKLCH | oklch(0.743 0.054 264.7) |
Copy-ready code
/* CSS */
color: #9baccf;
background-color: #9baccf;
/* Tailwind (arbitrary) */
class="text-[#9baccf] bg-[#9baccf]"
/* SCSS */
$brand: #9baccf;
/* SwiftUI */
Color(red: 0.608, green: 0.675, blue: 0.812)
/* Android */
Color.parseColor("#9baccf")Accessibility — WCAG contrast
Aa
#9baccf on white: 2.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9baccf on black: 9.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green67.5%
Blue81.2%
CMYK percentages
Cyan25.1%
Magenta16.9%
Yellow0.0%
Key (black)18.8%
Color previews
#9baccf text on a black background
contrast 9.20:1
Card sample
#9baccf text on a white background
contrast 2.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9baccf;
Background color
Panel with #9baccf background
background-color: #9baccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9baccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 172, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 172, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9baccf; background: linear-gradient(135deg, #9baccf, #AD9BCF);