#7635b2
a balanced, vivid violet · warm · closest name: indigo
RGB
118, 53, 178
HSL
271°, 54%, 45%
CMYK
34, 70, 0, 30
Luminance
0.0961
Every format
| HEX | #7635b2 |
| RGB | rgb(118, 53, 178) |
| HSL | hsl(271, 54%, 45%) |
| CMYK | cmyk(34%, 70%, 0%, 30%) |
| LAB | lab(37.1 51.4 -55.2) |
| LCH | lch(37.1 75.5 313.0) |
| OKLCH | oklch(0.481 0.189 303.8) |
Copy-ready code
/* CSS */
color: #7635b2;
background-color: #7635b2;
/* Tailwind (arbitrary) */
class="text-[#7635b2] bg-[#7635b2]"
/* SCSS */
$brand: #7635b2;
/* SwiftUI */
Color(red: 0.463, green: 0.208, blue: 0.698)
/* Android */
Color.parseColor("#7635b2")Accessibility — WCAG contrast
Aa
#7635b2 on white: 7.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#7635b2 on black: 2.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.3%
Green20.8%
Blue69.8%
CMYK percentages
Cyan33.7%
Magenta70.2%
Yellow0.0%
Key (black)30.2%
Color previews
#7635b2 text on a black background
contrast 2.92:1
Card sample
#7635b2 text on a white background
contrast 7.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7635b2;
Background color
Panel with #7635b2 background
background-color: #7635b2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7635b2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(118, 53, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(118, 53, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7635b2; background: linear-gradient(135deg, #7635b2, #B2359B);