#7635ce
a balanced, vivid violet · warm · closest name: indigo
RGB
118, 53, 206
HSL
266°, 61%, 51%
CMYK
43, 74, 0, 19
Luminance
0.1085
Every format
| HEX | #7635ce |
| RGB | rgb(118, 53, 206) |
| HSL | hsl(266, 61%, 51%) |
| CMYK | cmyk(43%, 74%, 0%, 19%) |
| LAB | lab(39.3 58.3 -68.0) |
| LCH | lch(39.3 89.6 310.6) |
| OKLCH | oklch(0.503 0.219 297.1) |
Copy-ready code
/* CSS */
color: #7635ce;
background-color: #7635ce;
/* Tailwind (arbitrary) */
class="text-[#7635ce] bg-[#7635ce]"
/* SCSS */
$brand: #7635ce;
/* SwiftUI */
Color(red: 0.463, green: 0.208, blue: 0.808)
/* Android */
Color.parseColor("#7635ce")Accessibility — WCAG contrast
Aa
#7635ce on white: 6.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7635ce on black: 3.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.3%
Green20.8%
Blue80.8%
CMYK percentages
Cyan42.7%
Magenta74.3%
Yellow0.0%
Key (black)19.2%
Color previews
#7635ce text on a black background
contrast 3.17:1
Card sample
#7635ce text on a white background
contrast 6.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7635ce;
Background color
Panel with #7635ce background
background-color: #7635ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7635ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(118, 53, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(118, 53, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7635ce; background: linear-gradient(135deg, #7635ce, #CE35C0);