#9fa3df
a light, vivid blue · warm · closest name: steelblue
RGB
159, 163, 223
HSL
236°, 50%, 75%
CMYK
29, 27, 0, 13
Luminance
0.3889
Every format
| HEX | #9fa3df |
| RGB | rgb(159, 163, 223) |
| HSL | hsl(236, 50%, 75%) |
| CMYK | cmyk(29%, 27%, 0%, 13%) |
| LAB | lab(68.7 11.9 -30.8) |
| LCH | lch(68.7 33.0 291.2) |
| OKLCH | oklch(0.734 0.087 281.1) |
Copy-ready code
/* CSS */
color: #9fa3df;
background-color: #9fa3df;
/* Tailwind (arbitrary) */
class="text-[#9fa3df] bg-[#9fa3df]"
/* SCSS */
$brand: #9fa3df;
/* SwiftUI */
Color(red: 0.624, green: 0.639, blue: 0.875)
/* Android */
Color.parseColor("#9fa3df")Accessibility — WCAG contrast
Aa
#9fa3df on white: 2.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9fa3df on black: 8.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green63.9%
Blue87.5%
CMYK percentages
Cyan28.7%
Magenta26.9%
Yellow0.0%
Key (black)12.5%
Color previews
#9fa3df text on a black background
contrast 8.78:1
Card sample
#9fa3df text on a white background
contrast 2.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9fa3df;
Background color
Panel with #9fa3df background
background-color: #9fa3df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9fa3df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 163, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 163, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9fa3df; background: linear-gradient(135deg, #9fa3df, #C69FDF);