#862cdf
a balanced, vivid violet · warm · closest name: indigo
RGB
134, 44, 223
HSL
270°, 74%, 52%
CMYK
40, 80, 0, 13
Luminance
0.1220
Every format
| HEX | #862cdf |
| RGB | rgb(134, 44, 223) |
| HSL | hsl(270, 74%, 52%) |
| CMYK | cmyk(40%, 80%, 0%, 13%) |
| LAB | lab(41.5 68.3 -74.2) |
| LCH | lch(41.5 100.8 312.6) |
| OKLCH | oklch(0.527 0.246 300.5) |
Copy-ready code
/* CSS */
color: #862cdf;
background-color: #862cdf;
/* Tailwind (arbitrary) */
class="text-[#862cdf] bg-[#862cdf]"
/* SCSS */
$brand: #862cdf;
/* SwiftUI */
Color(red: 0.525, green: 0.173, blue: 0.875)
/* Android */
Color.parseColor("#862cdf")Accessibility — WCAG contrast
Aa
#862cdf on white: 6.11:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#862cdf on black: 3.44:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.5%
Green17.3%
Blue87.5%
CMYK percentages
Cyan39.9%
Magenta80.3%
Yellow0.0%
Key (black)12.5%
Color previews
#862cdf text on a black background
contrast 3.44:1
Card sample
#862cdf text on a white background
contrast 6.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #862cdf;
Background color
Panel with #862cdf background
background-color: #862cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #862cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(134, 44, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(134, 44, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #862cdf; background: linear-gradient(135deg, #862cdf, #DF2CC1);