#751ade
a balanced, electric violet · warm · closest name: blue
RGB
117, 26, 222
HSL
268°, 79%, 49%
CMYK
47, 88, 0, 13
Luminance
0.0979
Every format
| HEX | #751ade |
| RGB | rgb(117, 26, 222) |
| HSL | hsl(268, 79%, 49%) |
| CMYK | cmyk(47%, 88%, 0%, 13%) |
| LAB | lab(37.5 71.3 -80.3) |
| LCH | lch(37.5 107.4 311.6) |
| OKLCH | oklch(0.494 0.255 295.5) |
Copy-ready code
/* CSS */
color: #751ade;
background-color: #751ade;
/* Tailwind (arbitrary) */
class="text-[#751ade] bg-[#751ade]"
/* SCSS */
$brand: #751ade;
/* SwiftUI */
Color(red: 0.459, green: 0.102, blue: 0.871)
/* Android */
Color.parseColor("#751ade")Accessibility — WCAG contrast
Aa
#751ade on white: 7.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#751ade on black: 2.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green10.2%
Blue87.1%
CMYK percentages
Cyan47.3%
Magenta88.3%
Yellow0.0%
Key (black)12.9%
Color previews
#751ade text on a black background
contrast 2.96:1
Card sample
#751ade text on a white background
contrast 7.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #751ade;
Background color
Panel with #751ade background
background-color: #751ade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #751ade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 26, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 26, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #751ade; background: linear-gradient(135deg, #751ade, #DE1AC4);