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