#7553cf
a balanced, vivid violet · warm · closest name: slateblue
RGB
117, 83, 207
HSL
257°, 56%, 57%
CMYK
44, 60, 0, 19
Luminance
0.1447
Every format
| HEX | #7553cf |
| RGB | rgb(117, 83, 207) |
| HSL | hsl(257, 56%, 57%) |
| CMYK | cmyk(44%, 60%, 0%, 19%) |
| LAB | lab(44.9 43.0 -59.6) |
| LCH | lch(44.9 73.5 305.8) |
| OKLCH | oklch(0.543 0.183 291.8) |
Copy-ready code
/* CSS */
color: #7553cf;
background-color: #7553cf;
/* Tailwind (arbitrary) */
class="text-[#7553cf] bg-[#7553cf]"
/* SCSS */
$brand: #7553cf;
/* SwiftUI */
Color(red: 0.459, green: 0.325, blue: 0.812)
/* Android */
Color.parseColor("#7553cf")Accessibility — WCAG contrast
Aa
#7553cf on white: 5.39:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7553cf on black: 3.89:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green32.5%
Blue81.2%
CMYK percentages
Cyan43.5%
Magenta59.9%
Yellow0.0%
Key (black)18.8%
Color previews
#7553cf text on a black background
contrast 3.89:1
Card sample
#7553cf text on a white background
contrast 5.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7553cf;
Background color
Panel with #7553cf background
background-color: #7553cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7553cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 83, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 83, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7553cf; background: linear-gradient(135deg, #7553cf, #C853CF);