#751fef
a balanced, electric violet · warm · closest name: blue
RGB
117, 31, 239
HSL
265°, 87%, 53%
CMYK
51, 87, 0, 6
Luminance
0.1099
Every format
| HEX | #751fef |
| RGB | rgb(117, 31, 239) |
| HSL | hsl(265, 87%, 53%) |
| CMYK | cmyk(51%, 87%, 0%, 6%) |
| LAB | lab(39.6 73.9 -86.5) |
| LCH | lch(39.6 113.8 310.5) |
| OKLCH | oklch(0.514 0.269 292.1) |
Copy-ready code
/* CSS */
color: #751fef;
background-color: #751fef;
/* Tailwind (arbitrary) */
class="text-[#751fef] bg-[#751fef]"
/* SCSS */
$brand: #751fef;
/* SwiftUI */
Color(red: 0.459, green: 0.122, blue: 0.937)
/* Android */
Color.parseColor("#751fef")Accessibility — WCAG contrast
Aa
#751fef on white: 6.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#751fef on black: 3.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green12.2%
Blue93.7%
CMYK percentages
Cyan51.0%
Magenta87.0%
Yellow0.0%
Key (black)6.3%
Color previews
#751fef text on a black background
contrast 3.20:1
Card sample
#751fef text on a white background
contrast 6.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #751fef;
Background color
Panel with #751fef background
background-color: #751fef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #751fef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 31, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 31, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #751fef; background: linear-gradient(135deg, #751fef, #EF1FDE);