#8f93df
a light, vivid blue · warm · closest name: steelblue
RGB
143, 147, 223
HSL
237°, 56%, 72%
CMYK
36, 34, 0, 13
Luminance
0.3203
Every format
| HEX | #8f93df |
| RGB | rgb(143, 147, 223) |
| HSL | hsl(237, 56%, 72%) |
| CMYK | cmyk(36%, 34%, 0%, 13%) |
| LAB | lab(63.4 16.5 -39.1) |
| LCH | lch(63.4 42.5 292.9) |
| OKLCH | oklch(0.691 0.111 280.7) |
Copy-ready code
/* CSS */
color: #8f93df;
background-color: #8f93df;
/* Tailwind (arbitrary) */
class="text-[#8f93df] bg-[#8f93df]"
/* SCSS */
$brand: #8f93df;
/* SwiftUI */
Color(red: 0.561, green: 0.576, blue: 0.875)
/* Android */
Color.parseColor("#8f93df")Accessibility — WCAG contrast
Aa
#8f93df on white: 2.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8f93df on black: 7.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green57.6%
Blue87.5%
CMYK percentages
Cyan35.9%
Magenta34.1%
Yellow0.0%
Key (black)12.5%
Color previews
#8f93df text on a black background
contrast 7.41:1
Card sample
#8f93df text on a white background
contrast 2.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8f93df;
Background color
Panel with #8f93df background
background-color: #8f93df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8f93df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 147, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 147, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8f93df; background: linear-gradient(135deg, #8f93df, #C08FDF);