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