#9eabdf
a light, vivid blue · warm · closest name: steelblue
RGB
158, 171, 223
HSL
228°, 50%, 75%
CMYK
29, 23, 0, 13
Luminance
0.4172
Every format
| HEX | #9eabdf |
| RGB | rgb(158, 171, 223) |
| HSL | hsl(228, 50%, 75%) |
| CMYK | cmyk(29%, 23%, 0%, 13%) |
| LAB | lab(70.7 7.2 -27.7) |
| LCH | lch(70.7 28.6 284.5) |
| OKLCH | oklch(0.750 0.076 273.5) |
Copy-ready code
/* CSS */
color: #9eabdf;
background-color: #9eabdf;
/* Tailwind (arbitrary) */
class="text-[#9eabdf] bg-[#9eabdf]"
/* SCSS */
$brand: #9eabdf;
/* SwiftUI */
Color(red: 0.620, green: 0.671, blue: 0.875)
/* Android */
Color.parseColor("#9eabdf")Accessibility — WCAG contrast
Aa
#9eabdf on white: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9eabdf on black: 9.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.0%
Green67.1%
Blue87.5%
CMYK percentages
Cyan29.1%
Magenta23.3%
Yellow0.0%
Key (black)12.5%
Color previews
#9eabdf text on a black background
contrast 9.34:1
Card sample
#9eabdf text on a white background
contrast 2.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9eabdf;
Background color
Panel with #9eabdf background
background-color: #9eabdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9eabdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(158, 171, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(158, 171, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9eabdf; background: linear-gradient(135deg, #9eabdf, #BC9EDF);