#7635af
a dark, vivid violet · warm · closest name: indigo
RGB
118, 53, 175
HSL
272°, 54%, 45%
CMYK
33, 70, 0, 31
Luminance
0.0949
Every format
| HEX | #7635af |
| RGB | rgb(118, 53, 175) |
| HSL | hsl(272, 54%, 45%) |
| CMYK | cmyk(33%, 70%, 0%, 31%) |
| LAB | lab(36.9 50.7 -53.8) |
| LCH | lch(36.9 73.9 313.3) |
| OKLCH | oklch(0.479 0.186 304.6) |
Copy-ready code
/* CSS */
color: #7635af;
background-color: #7635af;
/* Tailwind (arbitrary) */
class="text-[#7635af] bg-[#7635af]"
/* SCSS */
$brand: #7635af;
/* SwiftUI */
Color(red: 0.463, green: 0.208, blue: 0.686)
/* Android */
Color.parseColor("#7635af")Accessibility — WCAG contrast
Aa
#7635af on white: 7.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#7635af on black: 2.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.3%
Green20.8%
Blue68.6%
CMYK percentages
Cyan32.6%
Magenta69.7%
Yellow0.0%
Key (black)31.4%
Color previews
#7635af text on a black background
contrast 2.90:1
Card sample
#7635af text on a white background
contrast 7.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7635af;
Background color
Panel with #7635af background
background-color: #7635af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7635af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(118, 53, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(118, 53, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7635af; background: linear-gradient(135deg, #7635af, #AF3597);