#9eadef
a light, vivid blue · warm · closest name: steelblue
RGB
158, 173, 239
HSL
229°, 72%, 78%
CMYK
34, 28, 0, 6
Luminance
0.4339
Every format
| HEX | #9eadef |
| RGB | rgb(158, 173, 239) |
| HSL | hsl(229, 72%, 78%) |
| CMYK | cmyk(34%, 28%, 0%, 6%) |
| LAB | lab(71.8 10.1 -34.6) |
| LCH | lch(71.8 36.1 286.2) |
| OKLCH | oklch(0.761 0.097 274.0) |
Copy-ready code
/* CSS */
color: #9eadef;
background-color: #9eadef;
/* Tailwind (arbitrary) */
class="text-[#9eadef] bg-[#9eadef]"
/* SCSS */
$brand: #9eadef;
/* SwiftUI */
Color(red: 0.620, green: 0.678, blue: 0.937)
/* Android */
Color.parseColor("#9eadef")Accessibility — WCAG contrast
Aa
#9eadef on white: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9eadef on black: 9.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.0%
Green67.8%
Blue93.7%
CMYK percentages
Cyan33.9%
Magenta27.6%
Yellow0.0%
Key (black)6.3%
Color previews
#9eadef text on a black background
contrast 9.68:1
Card sample
#9eadef text on a white background
contrast 2.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9eadef;
Background color
Panel with #9eadef background
background-color: #9eadef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9eadef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(158, 173, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(158, 173, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9eadef; background: linear-gradient(135deg, #9eadef, #C59EEF);