#752afd
a balanced, electric violet · warm · closest name: blue
RGB
117, 42, 253
HSL
261°, 98%, 58%
CMYK
54, 83, 0, 1
Luminance
0.1253
Every format
| HEX | #752afd |
| RGB | rgb(117, 42, 253) |
| HSL | hsl(261, 98%, 58%) |
| CMYK | cmyk(54%, 83%, 0%, 1%) |
| LAB | lab(42.0 73.9 -90.3) |
| LCH | lch(42.0 116.7 309.3) |
| OKLCH | oklch(0.535 0.275 289.3) |
Copy-ready code
/* CSS */
color: #752afd;
background-color: #752afd;
/* Tailwind (arbitrary) */
class="text-[#752afd] bg-[#752afd]"
/* SCSS */
$brand: #752afd;
/* SwiftUI */
Color(red: 0.459, green: 0.165, blue: 0.992)
/* Android */
Color.parseColor("#752afd")Accessibility — WCAG contrast
Aa
#752afd on white: 5.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#752afd on black: 3.51:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green16.5%
Blue99.2%
CMYK percentages
Cyan53.8%
Magenta83.4%
Yellow0.0%
Key (black)0.8%
Color previews
#752afd text on a black background
contrast 3.51:1
Card sample
#752afd text on a white background
contrast 5.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #752afd;
Background color
Panel with #752afd background
background-color: #752afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #752afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 42, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 42, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #752afd; background: linear-gradient(135deg, #752afd, #FD2AF8);