#862dfd
a balanced, electric violet · warm · closest name: blue
RGB
134, 45, 253
HSL
266°, 98%, 58%
CMYK
47, 82, 0, 1
Luminance
0.1404
Every format
| HEX | #862dfd |
| RGB | rgb(134, 45, 253) |
| HSL | hsl(266, 98%, 58%) |
| CMYK | cmyk(47%, 82%, 0%, 1%) |
| LAB | lab(44.3 74.8 -86.6) |
| LCH | lch(44.3 114.4 310.8) |
| OKLCH | oklch(0.554 0.274 294.7) |
Copy-ready code
/* CSS */
color: #862dfd;
background-color: #862dfd;
/* Tailwind (arbitrary) */
class="text-[#862dfd] bg-[#862dfd]"
/* SCSS */
$brand: #862dfd;
/* SwiftUI */
Color(red: 0.525, green: 0.176, blue: 0.992)
/* Android */
Color.parseColor("#862dfd")Accessibility — WCAG contrast
Aa
#862dfd on white: 5.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#862dfd on black: 3.81:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.5%
Green17.6%
Blue99.2%
CMYK percentages
Cyan47.0%
Magenta82.2%
Yellow0.0%
Key (black)0.8%
Color previews
#862dfd text on a black background
contrast 3.81:1
Card sample
#862dfd text on a white background
contrast 5.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #862dfd;
Background color
Panel with #862dfd background
background-color: #862dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #862dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(134, 45, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(134, 45, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #862dfd; background: linear-gradient(135deg, #862dfd, #FD2DE9);