#9eade9
a light, vivid blue · warm · closest name: steelblue
RGB
158, 173, 233
HSL
228°, 63%, 77%
CMYK
32, 26, 0, 9
Luminance
0.4304
Every format
| HEX | #9eade9 |
| RGB | rgb(158, 173, 233) |
| HSL | hsl(228, 63%, 77%) |
| CMYK | cmyk(32%, 26%, 0%, 9%) |
| LAB | lab(71.6 8.6 -31.8) |
| LCH | lch(71.6 32.9 285.1) |
| OKLCH | oklch(0.758 0.088 273.3) |
Copy-ready code
/* CSS */
color: #9eade9;
background-color: #9eade9;
/* Tailwind (arbitrary) */
class="text-[#9eade9] bg-[#9eade9]"
/* SCSS */
$brand: #9eade9;
/* SwiftUI */
Color(red: 0.620, green: 0.678, blue: 0.914)
/* Android */
Color.parseColor("#9eade9")Accessibility — WCAG contrast
Aa
#9eade9 on white: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9eade9 on black: 9.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.0%
Green67.8%
Blue91.4%
CMYK percentages
Cyan32.2%
Magenta25.8%
Yellow0.0%
Key (black)8.6%
Color previews
#9eade9 text on a black background
contrast 9.61:1
Card sample
#9eade9 text on a white background
contrast 2.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9eade9;
Background color
Panel with #9eade9 background
background-color: #9eade9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9eade9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(158, 173, 233, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(158, 173, 233, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9eade9; background: linear-gradient(135deg, #9eade9, #C19EE9);