#9da5df
a light, vivid blue · warm · closest name: steelblue
RGB
157, 165, 223
HSL
233°, 51%, 75%
CMYK
30, 26, 0, 13
Luminance
0.3941
Every format
| HEX | #9da5df |
| RGB | rgb(157, 165, 223) |
| HSL | hsl(233, 51%, 75%) |
| CMYK | cmyk(30%, 26%, 0%, 13%) |
| LAB | lab(69.0 10.2 -30.2) |
| LCH | lch(69.0 31.9 288.7) |
| OKLCH | oklch(0.737 0.084 278.0) |
Copy-ready code
/* CSS */
color: #9da5df;
background-color: #9da5df;
/* Tailwind (arbitrary) */
class="text-[#9da5df] bg-[#9da5df]"
/* SCSS */
$brand: #9da5df;
/* SwiftUI */
Color(red: 0.616, green: 0.647, blue: 0.875)
/* Android */
Color.parseColor("#9da5df")Accessibility — WCAG contrast
Aa
#9da5df on white: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9da5df on black: 8.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.6%
Green64.7%
Blue87.5%
CMYK percentages
Cyan29.6%
Magenta26.0%
Yellow0.0%
Key (black)12.5%
Color previews
#9da5df text on a black background
contrast 8.88:1
Card sample
#9da5df text on a white background
contrast 2.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9da5df;
Background color
Panel with #9da5df background
background-color: #9da5df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9da5df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(157, 165, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(157, 165, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9da5df; background: linear-gradient(135deg, #9da5df, #C19DDF);