#753dfd
a balanced, electric violet · warm · closest name: blue
RGB
117, 61, 253
HSL
258°, 98%, 62%
CMYK
54, 76, 0, 1
Luminance
0.1421
Every format
| HEX | #753dfd |
| RGB | rgb(117, 61, 253) |
| HSL | hsl(258, 98%, 62%) |
| CMYK | cmyk(54%, 76%, 0%, 1%) |
| LAB | lab(44.5 66.7 -86.2) |
| LCH | lch(44.5 109.0 307.7) |
| OKLCH | oklch(0.552 0.261 287.9) |
Copy-ready code
/* CSS */
color: #753dfd;
background-color: #753dfd;
/* Tailwind (arbitrary) */
class="text-[#753dfd] bg-[#753dfd]"
/* SCSS */
$brand: #753dfd;
/* SwiftUI */
Color(red: 0.459, green: 0.239, blue: 0.992)
/* Android */
Color.parseColor("#753dfd")Accessibility — WCAG contrast
Aa
#753dfd on white: 5.47:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#753dfd on black: 3.84:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green23.9%
Blue99.2%
CMYK percentages
Cyan53.8%
Magenta75.9%
Yellow0.0%
Key (black)0.8%
Color previews
#753dfd text on a black background
contrast 3.84:1
Card sample
#753dfd text on a white background
contrast 5.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #753dfd;
Background color
Panel with #753dfd background
background-color: #753dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #753dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 61, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 61, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #753dfd; background: linear-gradient(135deg, #753dfd, #F53DFD);