#751df1
a balanced, electric violet · warm · closest name: blue
RGB
117, 29, 241
HSL
265°, 88%, 53%
CMYK
52, 88, 0, 6
Luminance
0.1101
Every format
| HEX | #751df1 |
| RGB | rgb(117, 29, 241) |
| HSL | hsl(265, 88%, 53%) |
| CMYK | cmyk(52%, 88%, 0%, 6%) |
| LAB | lab(39.6 74.8 -87.6) |
| LCH | lch(39.6 115.2 310.5) |
| OKLCH | oklch(0.514 0.271 291.9) |
Copy-ready code
/* CSS */
color: #751df1;
background-color: #751df1;
/* Tailwind (arbitrary) */
class="text-[#751df1] bg-[#751df1]"
/* SCSS */
$brand: #751df1;
/* SwiftUI */
Color(red: 0.459, green: 0.114, blue: 0.945)
/* Android */
Color.parseColor("#751df1")Accessibility — WCAG contrast
Aa
#751df1 on white: 6.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#751df1 on black: 3.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green11.4%
Blue94.5%
CMYK percentages
Cyan51.5%
Magenta88.0%
Yellow0.0%
Key (black)5.5%
Color previews
#751df1 text on a black background
contrast 3.20:1
Card sample
#751df1 text on a white background
contrast 6.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #751df1;
Background color
Panel with #751df1 background
background-color: #751df1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #751df1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 29, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 29, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #751df1; background: linear-gradient(135deg, #751df1, #F11DE0);