#751cf5
a balanced, electric violet · warm · closest name: blue
RGB
117, 28, 245
HSL
265°, 92%, 54%
CMYK
52, 89, 0, 4
Luminance
0.1120
Every format
| HEX | #751cf5 |
| RGB | rgb(117, 28, 245) |
| HSL | hsl(265, 92%, 54%) |
| CMYK | cmyk(52%, 89%, 0%, 4%) |
| LAB | lab(39.9 76.0 -89.3) |
| LCH | lch(39.9 117.3 310.4) |
| OKLCH | oklch(0.518 0.276 291.2) |
Copy-ready code
/* CSS */
color: #751cf5;
background-color: #751cf5;
/* Tailwind (arbitrary) */
class="text-[#751cf5] bg-[#751cf5]"
/* SCSS */
$brand: #751cf5;
/* SwiftUI */
Color(red: 0.459, green: 0.110, blue: 0.961)
/* Android */
Color.parseColor("#751cf5")Accessibility — WCAG contrast
Aa
#751cf5 on white: 6.48:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#751cf5 on black: 3.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green11.0%
Blue96.1%
CMYK percentages
Cyan52.2%
Magenta88.6%
Yellow0.0%
Key (black)3.9%
Color previews
#751cf5 text on a black background
contrast 3.24:1
Card sample
#751cf5 text on a white background
contrast 6.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #751cf5;
Background color
Panel with #751cf5 background
background-color: #751cf5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #751cf5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 28, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 28, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #751cf5; background: linear-gradient(135deg, #751cf5, #F51CE4);