#9faccf
a light, soft blue · cool · closest name: skyblue
RGB
159, 172, 207
HSL
224°, 33%, 72%
CMYK
23, 17, 0, 19
Luminance
0.4138
Every format
| HEX | #9faccf |
| RGB | rgb(159, 172, 207) |
| HSL | hsl(224, 33%, 72%) |
| CMYK | cmyk(23%, 17%, 0%, 19%) |
| LAB | lab(70.4 3.1 -19.3) |
| LCH | lch(70.4 19.5 279.1) |
| OKLCH | oklch(0.746 0.053 269.1) |
Copy-ready code
/* CSS */
color: #9faccf;
background-color: #9faccf;
/* Tailwind (arbitrary) */
class="text-[#9faccf] bg-[#9faccf]"
/* SCSS */
$brand: #9faccf;
/* SwiftUI */
Color(red: 0.624, green: 0.675, blue: 0.812)
/* Android */
Color.parseColor("#9faccf")Accessibility — WCAG contrast
Aa
#9faccf on white: 2.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9faccf on black: 9.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green67.5%
Blue81.2%
CMYK percentages
Cyan23.2%
Magenta16.9%
Yellow0.0%
Key (black)18.8%
Color previews
#9faccf text on a black background
contrast 9.28:1
Card sample
#9faccf text on a white background
contrast 2.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9faccf;
Background color
Panel with #9faccf background
background-color: #9faccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9faccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 172, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 172, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9faccf; background: linear-gradient(135deg, #9faccf, #B29FCF);