#8627af
a dark, vivid violet · warm · closest name: purple
RGB
134, 39, 175
HSL
282°, 64%, 42%
CMYK
23, 78, 0, 31
Luminance
0.0961
Every format
| HEX | #8627af |
| RGB | rgb(134, 39, 175) |
| HSL | hsl(282, 64%, 42%) |
| CMYK | cmyk(23%, 78%, 0%, 31%) |
| LAB | lab(37.1 59.6 -53.3) |
| LCH | lch(37.1 80.0 318.2) |
| OKLCH | oklch(0.485 0.206 313.0) |
Copy-ready code
/* CSS */
color: #8627af;
background-color: #8627af;
/* Tailwind (arbitrary) */
class="text-[#8627af] bg-[#8627af]"
/* SCSS */
$brand: #8627af;
/* SwiftUI */
Color(red: 0.525, green: 0.153, blue: 0.686)
/* Android */
Color.parseColor("#8627af")Accessibility — WCAG contrast
Aa
#8627af on white: 7.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#8627af on black: 2.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.5%
Green15.3%
Blue68.6%
CMYK percentages
Cyan23.4%
Magenta77.7%
Yellow0.0%
Key (black)31.4%
Color previews
#8627af text on a black background
contrast 2.92:1
Card sample
#8627af text on a white background
contrast 7.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8627af;
Background color
Panel with #8627af background
background-color: #8627af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8627af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(134, 39, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(134, 39, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8627af; background: linear-gradient(135deg, #8627af, #AF277D);