#7635b0
a dark, vivid violet · warm · closest name: indigo
RGB
118, 53, 176
HSL
272°, 54%, 45%
CMYK
33, 70, 0, 31
Luminance
0.0953
Every format
| HEX | #7635b0 |
| RGB | rgb(118, 53, 176) |
| HSL | hsl(272, 54%, 45%) |
| CMYK | cmyk(33%, 70%, 0%, 31%) |
| LAB | lab(37.0 51.0 -54.3) |
| LCH | lch(37.0 74.4 313.2) |
| OKLCH | oklch(0.479 0.187 304.4) |
Copy-ready code
/* CSS */
color: #7635b0;
background-color: #7635b0;
/* Tailwind (arbitrary) */
class="text-[#7635b0] bg-[#7635b0]"
/* SCSS */
$brand: #7635b0;
/* SwiftUI */
Color(red: 0.463, green: 0.208, blue: 0.690)
/* Android */
Color.parseColor("#7635b0")Accessibility — WCAG contrast
Aa
#7635b0 on white: 7.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#7635b0 on black: 2.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.3%
Green20.8%
Blue69.0%
CMYK percentages
Cyan33.0%
Magenta69.9%
Yellow0.0%
Key (black)31.0%
Color previews
#7635b0 text on a black background
contrast 2.91:1
Card sample
#7635b0 text on a white background
contrast 7.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7635b0;
Background color
Panel with #7635b0 background
background-color: #7635b0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7635b0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(118, 53, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(118, 53, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7635b0; background: linear-gradient(135deg, #7635b0, #B03598);