#862dbf
a balanced, vivid violet · warm · closest name: indigo
RGB
134, 45, 191
HSL
277°, 62%, 46%
CMYK
30, 76, 0, 25
Luminance
0.1071
Every format
| HEX | #862dbf |
| RGB | rgb(134, 45, 191) |
| HSL | hsl(277, 62%, 46%) |
| CMYK | cmyk(30%, 76%, 0%, 25%) |
| LAB | lab(39.1 60.8 -59.6) |
| LCH | lch(39.1 85.2 315.6) |
| OKLCH | oklch(0.502 0.215 308.0) |
Copy-ready code
/* CSS */
color: #862dbf;
background-color: #862dbf;
/* Tailwind (arbitrary) */
class="text-[#862dbf] bg-[#862dbf]"
/* SCSS */
$brand: #862dbf;
/* SwiftUI */
Color(red: 0.525, green: 0.176, blue: 0.749)
/* Android */
Color.parseColor("#862dbf")Accessibility — WCAG contrast
Aa
#862dbf on white: 6.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#862dbf on black: 3.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.5%
Green17.6%
Blue74.9%
CMYK percentages
Cyan29.8%
Magenta76.4%
Yellow0.0%
Key (black)25.1%
Color previews
#862dbf text on a black background
contrast 3.14:1
Card sample
#862dbf text on a white background
contrast 6.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #862dbf;
Background color
Panel with #862dbf background
background-color: #862dbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #862dbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(134, 45, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(134, 45, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #862dbf; background: linear-gradient(135deg, #862dbf, #BF2D97);