#751aff
a balanced, electric violet · warm · closest name: blue
RGB
117, 26, 255
HSL
264°, 100%, 55%
CMYK
54, 90, 0, 0
Luminance
0.1174
Every format
| HEX | #751aff |
| RGB | rgb(117, 26, 255) |
| HSL | hsl(264, 100%, 55%) |
| CMYK | cmyk(54%, 90%, 0%, 0%) |
| LAB | lab(40.8 78.7 -93.5) |
| LCH | lch(40.8 122.2 310.1) |
| OKLCH | oklch(0.527 0.286 289.7) |
Copy-ready code
/* CSS */
color: #751aff;
background-color: #751aff;
/* Tailwind (arbitrary) */
class="text-[#751aff] bg-[#751aff]"
/* SCSS */
$brand: #751aff;
/* SwiftUI */
Color(red: 0.459, green: 0.102, blue: 1.000)
/* Android */
Color.parseColor("#751aff")Accessibility — WCAG contrast
Aa
#751aff on white: 6.27:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#751aff on black: 3.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green10.2%
Blue100.0%
CMYK percentages
Cyan54.1%
Magenta89.8%
Yellow0.0%
Key (black)0.0%
Color previews
#751aff text on a black background
contrast 3.35:1
Card sample
#751aff text on a white background
contrast 6.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #751aff;
Background color
Panel with #751aff background
background-color: #751aff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #751aff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 26, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 26, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #751aff; background: linear-gradient(135deg, #751aff, #FF1AF0);