#753ddf
a balanced, vivid violet · warm · closest name: slateblue
RGB
117, 61, 223
HSL
261°, 72%, 56%
CMYK
48, 73, 0, 13
Luminance
0.1245
Every format
| HEX | #753ddf |
| RGB | rgb(117, 61, 223) |
| HSL | hsl(261, 72%, 56%) |
| CMYK | cmyk(48%, 73%, 0%, 13%) |
| LAB | lab(41.9 58.8 -73.6) |
| LCH | lch(41.9 94.2 308.6) |
| OKLCH | oklch(0.526 0.229 292.5) |
Copy-ready code
/* CSS */
color: #753ddf;
background-color: #753ddf;
/* Tailwind (arbitrary) */
class="text-[#753ddf] bg-[#753ddf]"
/* SCSS */
$brand: #753ddf;
/* SwiftUI */
Color(red: 0.459, green: 0.239, blue: 0.875)
/* Android */
Color.parseColor("#753ddf")Accessibility — WCAG contrast
Aa
#753ddf on white: 6.02:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#753ddf on black: 3.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green23.9%
Blue87.5%
CMYK percentages
Cyan47.5%
Magenta72.6%
Yellow0.0%
Key (black)12.5%
Color previews
#753ddf text on a black background
contrast 3.49:1
Card sample
#753ddf text on a white background
contrast 6.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #753ddf;
Background color
Panel with #753ddf background
background-color: #753ddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #753ddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 61, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 61, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #753ddf; background: linear-gradient(135deg, #753ddf, #DF3DDD);