#860dbf
a dark, electric violet · warm · closest name: indigo
RGB
134, 13, 191
HSL
281°, 87%, 40%
CMYK
30, 93, 0, 25
Luminance
0.0912
Every format
| HEX | #860dbf |
| RGB | rgb(134, 13, 191) |
| HSL | hsl(281, 87%, 40%) |
| CMYK | cmyk(30%, 93%, 0%, 25%) |
| LAB | lab(36.2 69.2 -64.3) |
| LCH | lch(36.2 94.5 317.1) |
| OKLCH | oklch(0.482 0.238 309.7) |
Copy-ready code
/* CSS */
color: #860dbf;
background-color: #860dbf;
/* Tailwind (arbitrary) */
class="text-[#860dbf] bg-[#860dbf]"
/* SCSS */
$brand: #860dbf;
/* SwiftUI */
Color(red: 0.525, green: 0.051, blue: 0.749)
/* Android */
Color.parseColor("#860dbf")Accessibility — WCAG contrast
Aa
#860dbf on white: 7.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#860dbf on black: 2.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.5%
Green5.1%
Blue74.9%
CMYK percentages
Cyan29.8%
Magenta93.2%
Yellow0.0%
Key (black)25.1%
Color previews
#860dbf text on a black background
contrast 2.82:1
Card sample
#860dbf text on a white background
contrast 7.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #860dbf;
Background color
Panel with #860dbf background
background-color: #860dbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #860dbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(134, 13, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(134, 13, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #860dbf; background: linear-gradient(135deg, #860dbf, #BF0D81);