#7635cf
a balanced, vivid violet · warm · closest name: indigo
RGB
118, 53, 207
HSL
265°, 62%, 51%
CMYK
43, 74, 0, 19
Luminance
0.1090
Every format
| HEX | #7635cf |
| RGB | rgb(118, 53, 207) |
| HSL | hsl(265, 62%, 51%) |
| CMYK | cmyk(43%, 74%, 0%, 19%) |
| LAB | lab(39.4 58.5 -68.5) |
| LCH | lch(39.4 90.1 310.5) |
| OKLCH | oklch(0.504 0.220 296.9) |
Copy-ready code
/* CSS */
color: #7635cf;
background-color: #7635cf;
/* Tailwind (arbitrary) */
class="text-[#7635cf] bg-[#7635cf]"
/* SCSS */
$brand: #7635cf;
/* SwiftUI */
Color(red: 0.463, green: 0.208, blue: 0.812)
/* Android */
Color.parseColor("#7635cf")Accessibility — WCAG contrast
Aa
#7635cf on white: 6.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7635cf on black: 3.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.3%
Green20.8%
Blue81.2%
CMYK percentages
Cyan43.0%
Magenta74.4%
Yellow0.0%
Key (black)18.8%
Color previews
#7635cf text on a black background
contrast 3.18:1
Card sample
#7635cf text on a white background
contrast 6.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7635cf;
Background color
Panel with #7635cf background
background-color: #7635cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7635cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(118, 53, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(118, 53, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7635cf; background: linear-gradient(135deg, #7635cf, #CF35C1);