#862afd
a balanced, electric violet · warm · closest name: blue
RGB
134, 42, 253
HSL
266°, 98%, 58%
CMYK
47, 83, 0, 1
Luminance
0.1382
Every format
| HEX | #862afd |
| RGB | rgb(134, 42, 253) |
| HSL | hsl(266, 98%, 58%) |
| CMYK | cmyk(47%, 83%, 0%, 1%) |
| LAB | lab(44.0 75.7 -87.1) |
| LCH | lch(44.0 115.4 311.0) |
| OKLCH | oklch(0.552 0.276 294.9) |
Copy-ready code
/* CSS */
color: #862afd;
background-color: #862afd;
/* Tailwind (arbitrary) */
class="text-[#862afd] bg-[#862afd]"
/* SCSS */
$brand: #862afd;
/* SwiftUI */
Color(red: 0.525, green: 0.165, blue: 0.992)
/* Android */
Color.parseColor("#862afd")Accessibility — WCAG contrast
Aa
#862afd on white: 5.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#862afd on black: 3.76:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.5%
Green16.5%
Blue99.2%
CMYK percentages
Cyan47.0%
Magenta83.4%
Yellow0.0%
Key (black)0.8%
Color previews
#862afd text on a black background
contrast 3.76:1
Card sample
#862afd text on a white background
contrast 5.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #862afd;
Background color
Panel with #862afd background
background-color: #862afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #862afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(134, 42, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(134, 42, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #862afd; background: linear-gradient(135deg, #862afd, #FD2AE7);