#9eade1
a light, vivid blue · warm · closest name: steelblue
RGB
158, 173, 225
HSL
227°, 53%, 75%
CMYK
30, 23, 0, 12
Luminance
0.4259
Every format
| HEX | #9eade1 |
| RGB | rgb(158, 173, 225) |
| HSL | hsl(227, 53%, 75%) |
| CMYK | cmyk(30%, 23%, 0%, 12%) |
| LAB | lab(71.3 6.5 -27.9) |
| LCH | lch(71.3 28.6 283.2) |
| OKLCH | oklch(0.755 0.077 272.0) |
Copy-ready code
/* CSS */
color: #9eade1;
background-color: #9eade1;
/* Tailwind (arbitrary) */
class="text-[#9eade1] bg-[#9eade1]"
/* SCSS */
$brand: #9eade1;
/* SwiftUI */
Color(red: 0.620, green: 0.678, blue: 0.882)
/* Android */
Color.parseColor("#9eade1")Accessibility — WCAG contrast
Aa
#9eade1 on white: 2.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9eade1 on black: 9.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.0%
Green67.8%
Blue88.2%
CMYK percentages
Cyan29.8%
Magenta23.1%
Yellow0.0%
Key (black)11.8%
Color previews
#9eade1 text on a black background
contrast 9.52:1
Card sample
#9eade1 text on a white background
contrast 2.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9eade1;
Background color
Panel with #9eade1 background
background-color: #9eade1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9eade1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(158, 173, 225, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(158, 173, 225, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9eade1; background: linear-gradient(135deg, #9eade1, #BC9EE1);