#9da3df
a light, vivid blue · warm · closest name: steelblue
RGB
157, 163, 223
HSL
235°, 51%, 75%
CMYK
30, 27, 0, 13
Luminance
0.3869
Every format
| HEX | #9da3df |
| RGB | rgb(157, 163, 223) |
| HSL | hsl(235, 51%, 75%) |
| CMYK | cmyk(30%, 27%, 0%, 13%) |
| LAB | lab(68.5 11.3 -31.0) |
| LCH | lch(68.5 33.0 290.1) |
| OKLCH | oklch(0.733 0.087 279.6) |
Copy-ready code
/* CSS */
color: #9da3df;
background-color: #9da3df;
/* Tailwind (arbitrary) */
class="text-[#9da3df] bg-[#9da3df]"
/* SCSS */
$brand: #9da3df;
/* SwiftUI */
Color(red: 0.616, green: 0.639, blue: 0.875)
/* Android */
Color.parseColor("#9da3df")Accessibility — WCAG contrast
Aa
#9da3df on white: 2.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9da3df on black: 8.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.6%
Green63.9%
Blue87.5%
CMYK percentages
Cyan29.6%
Magenta26.9%
Yellow0.0%
Key (black)12.5%
Color previews
#9da3df text on a black background
contrast 8.74:1
Card sample
#9da3df text on a white background
contrast 2.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9da3df;
Background color
Panel with #9da3df background
background-color: #9da3df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9da3df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(157, 163, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(157, 163, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9da3df; background: linear-gradient(135deg, #9da3df, #C39DDF);