#8075df
a light, vivid blue · warm · closest name: slateblue
RGB
128, 117, 223
HSL
246°, 62%, 67%
CMYK
43, 48, 0, 13
Luminance
0.2264
Every format
| HEX | #8075df |
| RGB | rgb(128, 117, 223) |
| HSL | hsl(246, 62%, 67%) |
| CMYK | cmyk(43%, 48%, 0%, 13%) |
| LAB | lab(54.7 30.2 -52.9) |
| LCH | lch(54.7 60.9 299.8) |
| OKLCH | oklch(0.622 0.156 285.7) |
Copy-ready code
/* CSS */
color: #8075df;
background-color: #8075df;
/* Tailwind (arbitrary) */
class="text-[#8075df] bg-[#8075df]"
/* SCSS */
$brand: #8075df;
/* SwiftUI */
Color(red: 0.502, green: 0.459, blue: 0.875)
/* Android */
Color.parseColor("#8075df")Accessibility — WCAG contrast
Aa
#8075df on white: 3.80:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#8075df on black: 5.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green45.9%
Blue87.5%
CMYK percentages
Cyan42.6%
Magenta47.5%
Yellow0.0%
Key (black)12.5%
Color previews
#8075df text on a black background
contrast 5.53:1
Card sample
#8075df text on a white background
contrast 3.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8075df;
Background color
Panel with #8075df background
background-color: #8075df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8075df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 117, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 117, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8075df; background: linear-gradient(135deg, #8075df, #C775DF);