#8062f8
a light, electric blue · warm · closest name: slateblue
RGB
128, 98, 248
HSL
252°, 92%, 68%
CMYK
48, 61, 0, 3
Luminance
0.2010
Every format
| HEX | #8062f8 |
| RGB | rgb(128, 98, 248) |
| HSL | hsl(252, 92%, 68%) |
| CMYK | cmyk(48%, 61%, 0%, 3%) |
| LAB | lab(52.0 48.3 -71.3) |
| LCH | lch(52.0 86.1 304.1) |
| OKLCH | oklch(0.606 0.214 287.4) |
Copy-ready code
/* CSS */
color: #8062f8;
background-color: #8062f8;
/* Tailwind (arbitrary) */
class="text-[#8062f8] bg-[#8062f8]"
/* SCSS */
$brand: #8062f8;
/* SwiftUI */
Color(red: 0.502, green: 0.384, blue: 0.973)
/* Android */
Color.parseColor("#8062f8")Accessibility — WCAG contrast
Aa
#8062f8 on white: 4.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#8062f8 on black: 5.02:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green38.4%
Blue97.3%
CMYK percentages
Cyan48.4%
Magenta60.5%
Yellow0.0%
Key (black)2.7%
Color previews
#8062f8 text on a black background
contrast 5.02:1
Card sample
#8062f8 text on a white background
contrast 4.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8062f8;
Background color
Panel with #8062f8 background
background-color: #8062f8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8062f8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 98, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 98, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8062f8; background: linear-gradient(135deg, #8062f8, #E462F8);