#751eee
a balanced, electric violet · warm · closest name: blue
RGB
117, 30, 238
HSL
265°, 86%, 53%
CMYK
51, 87, 0, 7
Luminance
0.1088
Every format
| HEX | #751eee |
| RGB | rgb(117, 30, 238) |
| HSL | hsl(265, 86%, 53%) |
| CMYK | cmyk(51%, 87%, 0%, 7%) |
| LAB | lab(39.4 73.9 -86.3) |
| LCH | lch(39.4 113.6 310.6) |
| OKLCH | oklch(0.512 0.268 292.4) |
Copy-ready code
/* CSS */
color: #751eee;
background-color: #751eee;
/* Tailwind (arbitrary) */
class="text-[#751eee] bg-[#751eee]"
/* SCSS */
$brand: #751eee;
/* SwiftUI */
Color(red: 0.459, green: 0.118, blue: 0.933)
/* Android */
Color.parseColor("#751eee")Accessibility — WCAG contrast
Aa
#751eee on white: 6.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#751eee on black: 3.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green11.8%
Blue93.3%
CMYK percentages
Cyan50.8%
Magenta87.4%
Yellow0.0%
Key (black)6.7%
Color previews
#751eee text on a black background
contrast 3.18:1
Card sample
#751eee text on a white background
contrast 6.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #751eee;
Background color
Panel with #751eee background
background-color: #751eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #751eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 30, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 30, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #751eee; background: linear-gradient(135deg, #751eee, #EE1EDC);