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