#8f97df
a light, vivid blue · warm · closest name: steelblue
RGB
143, 151, 223
HSL
234°, 56%, 72%
CMYK
36, 32, 0, 13
Luminance
0.3330
Every format
| HEX | #8f97df |
| RGB | rgb(143, 151, 223) |
| HSL | hsl(234, 56%, 72%) |
| CMYK | cmyk(36%, 32%, 0%, 13%) |
| LAB | lab(64.4 14.2 -37.5) |
| LCH | lch(64.4 40.1 290.8) |
| OKLCH | oklch(0.698 0.106 278.4) |
Copy-ready code
/* CSS */
color: #8f97df;
background-color: #8f97df;
/* Tailwind (arbitrary) */
class="text-[#8f97df] bg-[#8f97df]"
/* SCSS */
$brand: #8f97df;
/* SwiftUI */
Color(red: 0.561, green: 0.592, blue: 0.875)
/* Android */
Color.parseColor("#8f97df")Accessibility — WCAG contrast
Aa
#8f97df on white: 2.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8f97df on black: 7.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green59.2%
Blue87.5%
CMYK percentages
Cyan35.9%
Magenta32.3%
Yellow0.0%
Key (black)12.5%
Color previews
#8f97df text on a black background
contrast 7.66:1
Card sample
#8f97df text on a white background
contrast 2.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8f97df;
Background color
Panel with #8f97df background
background-color: #8f97df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8f97df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 151, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 151, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8f97df; background: linear-gradient(135deg, #8f97df, #BC8FDF);