#8633cd
a balanced, vivid violet · warm · closest name: indigo
RGB
134, 51, 205
HSL
272°, 61%, 50%
CMYK
35, 75, 0, 20
Luminance
0.1184
Every format
| HEX | #8633cd |
| RGB | rgb(134, 51, 205) |
| HSL | hsl(272, 61%, 50%) |
| CMYK | cmyk(35%, 75%, 0%, 20%) |
| LAB | lab(41.0 61.6 -64.7) |
| LCH | lch(41.0 89.3 313.6) |
| OKLCH | oklch(0.519 0.222 304.0) |
Copy-ready code
/* CSS */
color: #8633cd;
background-color: #8633cd;
/* Tailwind (arbitrary) */
class="text-[#8633cd] bg-[#8633cd]"
/* SCSS */
$brand: #8633cd;
/* SwiftUI */
Color(red: 0.525, green: 0.200, blue: 0.804)
/* Android */
Color.parseColor("#8633cd")Accessibility — WCAG contrast
Aa
#8633cd on white: 6.23:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#8633cd on black: 3.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.5%
Green20.0%
Blue80.4%
CMYK percentages
Cyan34.6%
Magenta75.1%
Yellow0.0%
Key (black)19.6%
Color previews
#8633cd text on a black background
contrast 3.37:1
Card sample
#8633cd text on a white background
contrast 6.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8633cd;
Background color
Panel with #8633cd background
background-color: #8633cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8633cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(134, 51, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(134, 51, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8633cd; background: linear-gradient(135deg, #8633cd, #CD33AD);