#9faace
a light, soft blue · warm · closest name: skyblue
RGB
159, 170, 206
HSL
226°, 32%, 72%
CMYK
23, 18, 0, 19
Luminance
0.4058
Every format
| HEX | #9faace |
| RGB | rgb(159, 170, 206) |
| HSL | hsl(226, 32%, 72%) |
| CMYK | cmyk(23%, 18%, 0%, 19%) |
| LAB | lab(69.9 3.9 -19.6) |
| LCH | lch(69.9 20.0 281.4) |
| OKLCH | oklch(0.742 0.053 271.7) |
Copy-ready code
/* CSS */
color: #9faace;
background-color: #9faace;
/* Tailwind (arbitrary) */
class="text-[#9faace] bg-[#9faace]"
/* SCSS */
$brand: #9faace;
/* SwiftUI */
Color(red: 0.624, green: 0.667, blue: 0.808)
/* Android */
Color.parseColor("#9faace")Accessibility — WCAG contrast
Aa
#9faace on white: 2.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9faace on black: 9.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green66.7%
Blue80.8%
CMYK percentages
Cyan22.8%
Magenta17.5%
Yellow0.0%
Key (black)19.2%
Color previews
#9faace text on a black background
contrast 9.12:1
Card sample
#9faace text on a white background
contrast 2.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9faace;
Background color
Panel with #9faace background
background-color: #9faace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9faace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 170, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 170, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9faace; background: linear-gradient(135deg, #9faace, #B39FCE);