#7553fd
a light, electric blue · warm · closest name: slateblue
RGB
117, 83, 253
HSL
252°, 98%, 66%
CMYK
54, 67, 0, 1
Luminance
0.1706
Every format
| HEX | #7553fd |
| RGB | rgb(117, 83, 253) |
| HSL | hsl(252, 98%, 66%) |
| CMYK | cmyk(54%, 67%, 0%, 1%) |
| LAB | lab(48.3 56.0 -80.0) |
| LCH | lch(48.3 97.7 305.0) |
| OKLCH | oklch(0.579 0.238 285.4) |
Copy-ready code
/* CSS */
color: #7553fd;
background-color: #7553fd;
/* Tailwind (arbitrary) */
class="text-[#7553fd] bg-[#7553fd]"
/* SCSS */
$brand: #7553fd;
/* SwiftUI */
Color(red: 0.459, green: 0.325, blue: 0.992)
/* Android */
Color.parseColor("#7553fd")Accessibility — WCAG contrast
Aa
#7553fd on white: 4.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7553fd on black: 4.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green32.5%
Blue99.2%
CMYK percentages
Cyan53.8%
Magenta67.2%
Yellow0.0%
Key (black)0.8%
Color previews
#7553fd text on a black background
contrast 4.41:1
Card sample
#7553fd text on a white background
contrast 4.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7553fd;
Background color
Panel with #7553fd background
background-color: #7553fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7553fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 83, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 83, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7553fd; background: linear-gradient(135deg, #7553fd, #E653FD);