#7635ac
a dark, vivid violet · warm · closest name: indigo
RGB
118, 53, 172
HSL
273°, 53%, 44%
CMYK
31, 69, 0, 33
Luminance
0.0938
Every format
| HEX | #7635ac |
| RGB | rgb(118, 53, 172) |
| HSL | hsl(273, 53%, 44%) |
| CMYK | cmyk(31%, 69%, 0%, 33%) |
| LAB | lab(36.7 50.0 -52.4) |
| LCH | lch(36.7 72.4 313.7) |
| OKLCH | oklch(0.476 0.183 305.5) |
Copy-ready code
/* CSS */
color: #7635ac;
background-color: #7635ac;
/* Tailwind (arbitrary) */
class="text-[#7635ac] bg-[#7635ac]"
/* SCSS */
$brand: #7635ac;
/* SwiftUI */
Color(red: 0.463, green: 0.208, blue: 0.675)
/* Android */
Color.parseColor("#7635ac")Accessibility — WCAG contrast
Aa
#7635ac on white: 7.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#7635ac on black: 2.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.3%
Green20.8%
Blue67.5%
CMYK percentages
Cyan31.4%
Magenta69.2%
Yellow0.0%
Key (black)32.5%
Color previews
#7635ac text on a black background
contrast 2.88:1
Card sample
#7635ac text on a white background
contrast 7.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7635ac;
Background color
Panel with #7635ac background
background-color: #7635ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7635ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(118, 53, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(118, 53, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7635ac; background: linear-gradient(135deg, #7635ac, #AC3593);