#8993df
a light, vivid blue · warm · closest name: steelblue
RGB
137, 147, 223
HSL
233°, 57%, 71%
CMYK
39, 34, 0, 13
Luminance
0.3151
Every format
| HEX | #8993df |
| RGB | rgb(137, 147, 223) |
| HSL | hsl(233, 57%, 71%) |
| CMYK | cmyk(39%, 34%, 0%, 13%) |
| LAB | lab(62.9 14.9 -39.8) |
| LCH | lch(62.9 42.5 290.5) |
| OKLCH | oklch(0.686 0.112 277.3) |
Copy-ready code
/* CSS */
color: #8993df;
background-color: #8993df;
/* Tailwind (arbitrary) */
class="text-[#8993df] bg-[#8993df]"
/* SCSS */
$brand: #8993df;
/* SwiftUI */
Color(red: 0.537, green: 0.576, blue: 0.875)
/* Android */
Color.parseColor("#8993df")Accessibility — WCAG contrast
Aa
#8993df on white: 2.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8993df on black: 7.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green57.6%
Blue87.5%
CMYK percentages
Cyan38.6%
Magenta34.1%
Yellow0.0%
Key (black)12.5%
Color previews
#8993df text on a black background
contrast 7.30:1
Card sample
#8993df text on a white background
contrast 2.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8993df;
Background color
Panel with #8993df background
background-color: #8993df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8993df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 147, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 147, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8993df; background: linear-gradient(135deg, #8993df, #B889DF);