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