#9baecf
a light, soft blue · cool · closest name: skyblue
RGB
155, 174, 207
HSL
218°, 35%, 71%
CMYK
25, 16, 0, 19
Luminance
0.4175
Every format
| HEX | #9baecf |
| RGB | rgb(155, 174, 207) |
| HSL | hsl(218, 35%, 71%) |
| CMYK | cmyk(25%, 16%, 0%, 19%) |
| LAB | lab(70.7 0.7 -18.9) |
| LCH | lch(70.7 18.9 272.2) |
| OKLCH | oklch(0.748 0.052 261.5) |
Copy-ready code
/* CSS */
color: #9baecf;
background-color: #9baecf;
/* Tailwind (arbitrary) */
class="text-[#9baecf] bg-[#9baecf]"
/* SCSS */
$brand: #9baecf;
/* SwiftUI */
Color(red: 0.608, green: 0.682, blue: 0.812)
/* Android */
Color.parseColor("#9baecf")Accessibility — WCAG contrast
Aa
#9baecf on white: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9baecf on black: 9.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green68.2%
Blue81.2%
CMYK percentages
Cyan25.1%
Magenta15.9%
Yellow0.0%
Key (black)18.8%
Color previews
#9baecf text on a black background
contrast 9.35:1
Card sample
#9baecf text on a white background
contrast 2.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9baecf;
Background color
Panel with #9baecf background
background-color: #9baecf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9baecf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 174, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 174, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9baecf; background: linear-gradient(135deg, #9baecf, #AB9BCF);