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