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