#9aaddf
a light, vivid blue · cool · closest name: steelblue
RGB
154, 173, 223
HSL
224°, 52%, 74%
CMYK
31, 22, 0, 13
Luminance
0.4208
Every format
| HEX | #9aaddf |
| RGB | rgb(154, 173, 223) |
| HSL | hsl(224, 52%, 74%) |
| CMYK | cmyk(31%, 22%, 0%, 13%) |
| LAB | lab(70.9 4.9 -27.3) |
| LCH | lch(70.9 27.8 280.1) |
| OKLCH | oklch(0.751 0.075 268.4) |
Copy-ready code
/* CSS */
color: #9aaddf;
background-color: #9aaddf;
/* Tailwind (arbitrary) */
class="text-[#9aaddf] bg-[#9aaddf]"
/* SCSS */
$brand: #9aaddf;
/* SwiftUI */
Color(red: 0.604, green: 0.678, blue: 0.875)
/* Android */
Color.parseColor("#9aaddf")Accessibility — WCAG contrast
Aa
#9aaddf on white: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9aaddf on black: 9.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.4%
Green67.8%
Blue87.5%
CMYK percentages
Cyan30.9%
Magenta22.4%
Yellow0.0%
Key (black)12.5%
Color previews
#9aaddf text on a black background
contrast 9.42:1
Card sample
#9aaddf text on a white background
contrast 2.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9aaddf;
Background color
Panel with #9aaddf background
background-color: #9aaddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9aaddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(154, 173, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(154, 173, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9aaddf; background: linear-gradient(135deg, #9aaddf, #B59ADF);