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