#8397df
a light, vivid blue · warm · closest name: steelblue
RGB
131, 151, 223
HSL
227°, 59%, 69%
CMYK
41, 32, 0, 13
Luminance
0.3229
Every format
| HEX | #8397df |
| RGB | rgb(131, 151, 223) |
| HSL | hsl(227, 59%, 69%) |
| CMYK | cmyk(41%, 32%, 0%, 13%) |
| LAB | lab(63.6 11.0 -38.8) |
| LCH | lch(63.6 40.4 285.9) |
| OKLCH | oklch(0.690 0.109 271.5) |
Copy-ready code
/* CSS */
color: #8397df;
background-color: #8397df;
/* Tailwind (arbitrary) */
class="text-[#8397df] bg-[#8397df]"
/* SCSS */
$brand: #8397df;
/* SwiftUI */
Color(red: 0.514, green: 0.592, blue: 0.875)
/* Android */
Color.parseColor("#8397df")Accessibility — WCAG contrast
Aa
#8397df on white: 2.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8397df on black: 7.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green59.2%
Blue87.5%
CMYK percentages
Cyan41.3%
Magenta32.3%
Yellow0.0%
Key (black)12.5%
Color previews
#8397df text on a black background
contrast 7.46:1
Card sample
#8397df text on a white background
contrast 2.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8397df;
Background color
Panel with #8397df background
background-color: #8397df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8397df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 151, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 151, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8397df; background: linear-gradient(135deg, #8397df, #AC83DF);