#7633cd
a balanced, vivid violet · warm · closest name: indigo
RGB
118, 51, 205
HSL
266°, 61%, 50%
CMYK
42, 75, 0, 20
Luminance
0.1063
Every format
| HEX | #7633cd |
| RGB | rgb(118, 51, 205) |
| HSL | hsl(266, 61%, 50%) |
| CMYK | cmyk(42%, 75%, 0%, 20%) |
| LAB | lab(38.9 58.9 -68.1) |
| LCH | lch(38.9 90.1 310.9) |
| OKLCH | oklch(0.500 0.220 297.5) |
Copy-ready code
/* CSS */
color: #7633cd;
background-color: #7633cd;
/* Tailwind (arbitrary) */
class="text-[#7633cd] bg-[#7633cd]"
/* SCSS */
$brand: #7633cd;
/* SwiftUI */
Color(red: 0.463, green: 0.200, blue: 0.804)
/* Android */
Color.parseColor("#7633cd")Accessibility — WCAG contrast
Aa
#7633cd on white: 6.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7633cd on black: 3.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.3%
Green20.0%
Blue80.4%
CMYK percentages
Cyan42.4%
Magenta75.1%
Yellow0.0%
Key (black)19.6%
Color previews
#7633cd text on a black background
contrast 3.13:1
Card sample
#7633cd text on a white background
contrast 6.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7633cd;
Background color
Panel with #7633cd background
background-color: #7633cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7633cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(118, 51, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(118, 51, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7633cd; background: linear-gradient(135deg, #7633cd, #CD33BD);