#8063df
a balanced, vivid blue · warm · closest name: slateblue
RGB
128, 99, 223
HSL
254°, 66%, 63%
CMYK
43, 56, 0, 13
Luminance
0.1884
Every format
| HEX | #8063df |
| RGB | rgb(128, 99, 223) |
| HSL | hsl(254, 66%, 63%) |
| CMYK | cmyk(43%, 56%, 0%, 13%) |
| LAB | lab(50.5 40.7 -59.6) |
| LCH | lch(50.5 72.2 304.4) |
| OKLCH | oklch(0.590 0.181 290.5) |
Copy-ready code
/* CSS */
color: #8063df;
background-color: #8063df;
/* Tailwind (arbitrary) */
class="text-[#8063df] bg-[#8063df]"
/* SCSS */
$brand: #8063df;
/* SwiftUI */
Color(red: 0.502, green: 0.388, blue: 0.875)
/* Android */
Color.parseColor("#8063df")Accessibility — WCAG contrast
Aa
#8063df on white: 4.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#8063df on black: 4.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green38.8%
Blue87.5%
CMYK percentages
Cyan42.6%
Magenta55.6%
Yellow0.0%
Key (black)12.5%
Color previews
#8063df text on a black background
contrast 4.77:1
Card sample
#8063df text on a white background
contrast 4.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8063df;
Background color
Panel with #8063df background
background-color: #8063df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8063df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 99, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 99, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8063df; background: linear-gradient(135deg, #8063df, #D363DF);