#9fa2db
a light, vivid blue · warm · closest name: steelblue
RGB
159, 162, 219
HSL
237°, 46%, 74%
CMYK
27, 26, 0, 14
Luminance
0.3833
Every format
| HEX | #9fa2db |
| RGB | rgb(159, 162, 219) |
| HSL | hsl(237, 46%, 74%) |
| CMYK | cmyk(27%, 26%, 0%, 14%) |
| LAB | lab(68.3 11.5 -29.2) |
| LCH | lch(68.3 31.4 291.5) |
| OKLCH | oklch(0.731 0.082 281.8) |
Copy-ready code
/* CSS */
color: #9fa2db;
background-color: #9fa2db;
/* Tailwind (arbitrary) */
class="text-[#9fa2db] bg-[#9fa2db]"
/* SCSS */
$brand: #9fa2db;
/* SwiftUI */
Color(red: 0.624, green: 0.635, blue: 0.859)
/* Android */
Color.parseColor("#9fa2db")Accessibility — WCAG contrast
Aa
#9fa2db on white: 2.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9fa2db on black: 8.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green63.5%
Blue85.9%
CMYK percentages
Cyan27.4%
Magenta26.0%
Yellow0.0%
Key (black)14.1%
Color previews
#9fa2db text on a black background
contrast 8.67:1
Card sample
#9fa2db text on a white background
contrast 2.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9fa2db;
Background color
Panel with #9fa2db background
background-color: #9fa2db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9fa2db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 162, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 162, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9fa2db; background: linear-gradient(135deg, #9fa2db, #C49FDB);