#805cff
a light, electric blue · warm · closest name: slateblue
RGB
128, 92, 255
HSL
253°, 100%, 68%
CMYK
50, 64, 0, 0
Luminance
0.1946
Every format
| HEX | #805cff |
| RGB | rgb(128, 92, 255) |
| HSL | hsl(253, 100%, 68%) |
| CMYK | cmyk(50%, 64%, 0%, 0%) |
| LAB | lab(51.2 53.6 -76.4) |
| LCH | lch(51.2 93.3 305.1) |
| OKLCH | oklch(0.602 0.230 287.6) |
Copy-ready code
/* CSS */
color: #805cff;
background-color: #805cff;
/* Tailwind (arbitrary) */
class="text-[#805cff] bg-[#805cff]"
/* SCSS */
$brand: #805cff;
/* SwiftUI */
Color(red: 0.502, green: 0.361, blue: 1.000)
/* Android */
Color.parseColor("#805cff")Accessibility — WCAG contrast
Aa
#805cff on white: 4.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#805cff on black: 4.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green36.1%
Blue100.0%
CMYK percentages
Cyan49.8%
Magenta63.9%
Yellow0.0%
Key (black)0.0%
Color previews
#805cff text on a black background
contrast 4.89:1
Card sample
#805cff text on a white background
contrast 4.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #805cff;
Background color
Panel with #805cff background
background-color: #805cff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #805cff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 92, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 92, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #805cff; background: linear-gradient(135deg, #805cff, #ED5CFF);