#752cfd
a balanced, electric violet · warm · closest name: blue
RGB
117, 44, 253
HSL
261°, 98%, 58%
CMYK
54, 83, 0, 1
Luminance
0.1268
Every format
| HEX | #752cfd |
| RGB | rgb(117, 44, 253) |
| HSL | hsl(261, 98%, 58%) |
| CMYK | cmyk(54%, 83%, 0%, 1%) |
| LAB | lab(42.3 73.3 -90.0) |
| LCH | lch(42.3 116.0 309.2) |
| OKLCH | oklch(0.536 0.274 289.1) |
Copy-ready code
/* CSS */
color: #752cfd;
background-color: #752cfd;
/* Tailwind (arbitrary) */
class="text-[#752cfd] bg-[#752cfd]"
/* SCSS */
$brand: #752cfd;
/* SwiftUI */
Color(red: 0.459, green: 0.173, blue: 0.992)
/* Android */
Color.parseColor("#752cfd")Accessibility — WCAG contrast
Aa
#752cfd on white: 5.94:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#752cfd on black: 3.54:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green17.3%
Blue99.2%
CMYK percentages
Cyan53.8%
Magenta82.6%
Yellow0.0%
Key (black)0.8%
Color previews
#752cfd text on a black background
contrast 3.54:1
Card sample
#752cfd text on a white background
contrast 5.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #752cfd;
Background color
Panel with #752cfd background
background-color: #752cfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #752cfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 44, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 44, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #752cfd; background: linear-gradient(135deg, #752cfd, #FD2CF9);