#9baace
a light, soft blue · cool · closest name: skyblue
RGB
155, 170, 206
HSL
222°, 34%, 71%
CMYK
25, 18, 0, 19
Luminance
0.4017
Every format
| HEX | #9baace |
| RGB | rgb(155, 170, 206) |
| HSL | hsl(222, 34%, 71%) |
| CMYK | cmyk(25%, 18%, 0%, 19%) |
| LAB | lab(69.6 2.7 -20.0) |
| LCH | lch(69.6 20.2 277.7) |
| OKLCH | oklch(0.739 0.055 267.3) |
Copy-ready code
/* CSS */
color: #9baace;
background-color: #9baace;
/* Tailwind (arbitrary) */
class="text-[#9baace] bg-[#9baace]"
/* SCSS */
$brand: #9baace;
/* SwiftUI */
Color(red: 0.608, green: 0.667, blue: 0.808)
/* Android */
Color.parseColor("#9baace")Accessibility — WCAG contrast
Aa
#9baace on white: 2.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9baace on black: 9.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green66.7%
Blue80.8%
CMYK percentages
Cyan24.8%
Magenta17.5%
Yellow0.0%
Key (black)19.2%
Color previews
#9baace text on a black background
contrast 9.03:1
Card sample
#9baace text on a white background
contrast 2.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9baace;
Background color
Panel with #9baace background
background-color: #9baace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9baace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 170, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 170, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9baace; background: linear-gradient(135deg, #9baace, #AE9BCE);