#862ccb
a balanced, vivid violet · warm · closest name: indigo
RGB
134, 44, 203
HSL
274°, 64%, 48%
CMYK
34, 78, 0, 20
Luminance
0.1118
Every format
| HEX | #862ccb |
| RGB | rgb(134, 44, 203) |
| HSL | hsl(274, 64%, 48%) |
| CMYK | cmyk(34%, 78%, 0%, 20%) |
| LAB | lab(39.9 63.8 -65.3) |
| LCH | lch(39.9 91.3 314.3) |
| OKLCH | oklch(0.511 0.227 305.0) |
Copy-ready code
/* CSS */
color: #862ccb;
background-color: #862ccb;
/* Tailwind (arbitrary) */
class="text-[#862ccb] bg-[#862ccb]"
/* SCSS */
$brand: #862ccb;
/* SwiftUI */
Color(red: 0.525, green: 0.173, blue: 0.796)
/* Android */
Color.parseColor("#862ccb")Accessibility — WCAG contrast
Aa
#862ccb on white: 6.49:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#862ccb on black: 3.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.5%
Green17.3%
Blue79.6%
CMYK percentages
Cyan34.0%
Magenta78.3%
Yellow0.0%
Key (black)20.4%
Color previews
#862ccb text on a black background
contrast 3.24:1
Card sample
#862ccb text on a white background
contrast 6.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #862ccb;
Background color
Panel with #862ccb background
background-color: #862ccb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #862ccb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(134, 44, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(134, 44, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #862ccb; background: linear-gradient(135deg, #862ccb, #CB2CA6);