#9da6df
a light, vivid blue · warm · closest name: steelblue
RGB
157, 166, 223
HSL
232°, 51%, 75%
CMYK
30, 26, 0, 13
Luminance
0.3977
Every format
| HEX | #9da6df |
| RGB | rgb(157, 166, 223) |
| HSL | hsl(232, 51%, 75%) |
| CMYK | cmyk(30%, 26%, 0%, 13%) |
| LAB | lab(69.3 9.7 -29.8) |
| LCH | lch(69.3 31.3 288.0) |
| OKLCH | oklch(0.739 0.083 277.2) |
Copy-ready code
/* CSS */
color: #9da6df;
background-color: #9da6df;
/* Tailwind (arbitrary) */
class="text-[#9da6df] bg-[#9da6df]"
/* SCSS */
$brand: #9da6df;
/* SwiftUI */
Color(red: 0.616, green: 0.651, blue: 0.875)
/* Android */
Color.parseColor("#9da6df")Accessibility — WCAG contrast
Aa
#9da6df on white: 2.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9da6df on black: 8.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.6%
Green65.1%
Blue87.5%
CMYK percentages
Cyan29.6%
Magenta25.6%
Yellow0.0%
Key (black)12.5%
Color previews
#9da6df text on a black background
contrast 8.95:1
Card sample
#9da6df text on a white background
contrast 2.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9da6df;
Background color
Panel with #9da6df background
background-color: #9da6df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9da6df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(157, 166, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(157, 166, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9da6df; background: linear-gradient(135deg, #9da6df, #C09DDF);