#9aa2cf
a light, soft blue · warm · closest name: steelblue
RGB
154, 162, 207
HSL
231°, 36%, 71%
CMYK
26, 22, 0, 19
Luminance
0.3722
Every format
| HEX | #9aa2cf |
| RGB | rgb(154, 162, 207) |
| HSL | hsl(231, 36%, 71%) |
| CMYK | cmyk(26%, 22%, 0%, 19%) |
| LAB | lab(67.4 7.1 -23.9) |
| LCH | lch(67.4 24.9 286.5) |
| OKLCH | oklch(0.722 0.066 276.8) |
Copy-ready code
/* CSS */
color: #9aa2cf;
background-color: #9aa2cf;
/* Tailwind (arbitrary) */
class="text-[#9aa2cf] bg-[#9aa2cf]"
/* SCSS */
$brand: #9aa2cf;
/* SwiftUI */
Color(red: 0.604, green: 0.635, blue: 0.812)
/* Android */
Color.parseColor("#9aa2cf")Accessibility — WCAG contrast
Aa
#9aa2cf on white: 2.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9aa2cf on black: 8.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.4%
Green63.5%
Blue81.2%
CMYK percentages
Cyan25.6%
Magenta21.7%
Yellow0.0%
Key (black)18.8%
Color previews
#9aa2cf text on a black background
contrast 8.44:1
Card sample
#9aa2cf text on a white background
contrast 2.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9aa2cf;
Background color
Panel with #9aa2cf background
background-color: #9aa2cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9aa2cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(154, 162, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(154, 162, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9aa2cf; background: linear-gradient(135deg, #9aa2cf, #B59ACF);