#751ce8
a balanced, electric violet · warm · closest name: blue
RGB
117, 28, 232
HSL
266°, 82%, 51%
CMYK
50, 88, 0, 9
Luminance
0.1044
Every format
| HEX | #751ce8 |
| RGB | rgb(117, 28, 232) |
| HSL | hsl(266, 82%, 51%) |
| CMYK | cmyk(50%, 88%, 0%, 9%) |
| LAB | lab(38.6 73.0 -84.2) |
| LCH | lch(38.6 111.4 310.9) |
| OKLCH | oklch(0.505 0.264 293.5) |
Copy-ready code
/* CSS */
color: #751ce8;
background-color: #751ce8;
/* Tailwind (arbitrary) */
class="text-[#751ce8] bg-[#751ce8]"
/* SCSS */
$brand: #751ce8;
/* SwiftUI */
Color(red: 0.459, green: 0.110, blue: 0.910)
/* Android */
Color.parseColor("#751ce8")Accessibility — WCAG contrast
Aa
#751ce8 on white: 6.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#751ce8 on black: 3.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green11.0%
Blue91.0%
CMYK percentages
Cyan49.6%
Magenta87.9%
Yellow0.0%
Key (black)9.0%
Color previews
#751ce8 text on a black background
contrast 3.09:1
Card sample
#751ce8 text on a white background
contrast 6.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #751ce8;
Background color
Panel with #751ce8 background
background-color: #751ce8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #751ce8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 28, 232, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 28, 232, 0.45);
Border & gradient
Gradient panel
border: 3px solid #751ce8; background: linear-gradient(135deg, #751ce8, #E81CD3);