#9fa2cd
a light, soft blue · warm · closest name: steelblue
RGB
159, 162, 205
HSL
236°, 32%, 71%
CMYK
22, 21, 0, 20
Luminance
0.3762
Every format
| HEX | #9fa2cd |
| RGB | rgb(159, 162, 205) |
| HSL | hsl(236, 32%, 71%) |
| CMYK | cmyk(22%, 21%, 0%, 20%) |
| LAB | lab(67.7 8.2 -22.3) |
| LCH | lch(67.7 23.7 290.1) |
| OKLCH | oklch(0.725 0.062 281.6) |
Copy-ready code
/* CSS */
color: #9fa2cd;
background-color: #9fa2cd;
/* Tailwind (arbitrary) */
class="text-[#9fa2cd] bg-[#9fa2cd]"
/* SCSS */
$brand: #9fa2cd;
/* SwiftUI */
Color(red: 0.624, green: 0.635, blue: 0.804)
/* Android */
Color.parseColor("#9fa2cd")Accessibility — WCAG contrast
Aa
#9fa2cd on white: 2.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9fa2cd on black: 8.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green63.5%
Blue80.4%
CMYK percentages
Cyan22.4%
Magenta21.0%
Yellow0.0%
Key (black)19.6%
Color previews
#9fa2cd text on a black background
contrast 8.52:1
Card sample
#9fa2cd text on a white background
contrast 2.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9fa2cd;
Background color
Panel with #9fa2cd background
background-color: #9fa2cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9fa2cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 162, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 162, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9fa2cd; background: linear-gradient(135deg, #9fa2cd, #BB9FCD);