#8630df
a balanced, vivid violet · warm · closest name: indigo
RGB
134, 48, 223
HSL
270°, 73%, 53%
CMYK
40, 79, 0, 13
Luminance
0.1251
Every format
| HEX | #8630df |
| RGB | rgb(134, 48, 223) |
| HSL | hsl(270, 73%, 53%) |
| CMYK | cmyk(40%, 79%, 0%, 13%) |
| LAB | lab(42.0 66.9 -73.4) |
| LCH | lch(42.0 99.3 312.3) |
| OKLCH | oklch(0.531 0.243 300.2) |
Copy-ready code
/* CSS */
color: #8630df;
background-color: #8630df;
/* Tailwind (arbitrary) */
class="text-[#8630df] bg-[#8630df]"
/* SCSS */
$brand: #8630df;
/* SwiftUI */
Color(red: 0.525, green: 0.188, blue: 0.875)
/* Android */
Color.parseColor("#8630df")Accessibility — WCAG contrast
Aa
#8630df on white: 6.00:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#8630df on black: 3.50:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.5%
Green18.8%
Blue87.5%
CMYK percentages
Cyan39.9%
Magenta78.5%
Yellow0.0%
Key (black)12.5%
Color previews
#8630df text on a black background
contrast 3.50:1
Card sample
#8630df text on a white background
contrast 6.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8630df;
Background color
Panel with #8630df background
background-color: #8630df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8630df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(134, 48, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(134, 48, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8630df; background: linear-gradient(135deg, #8630df, #DF30C3);