#751cfb
a balanced, electric violet · warm · closest name: blue
RGB
117, 28, 251
HSL
264°, 97%, 55%
CMYK
53, 89, 0, 2
Luminance
0.1158
Every format
| HEX | #751cfb |
| RGB | rgb(117, 28, 251) |
| HSL | hsl(264, 97%, 55%) |
| CMYK | cmyk(53%, 89%, 0%, 2%) |
| LAB | lab(40.5 77.3 -91.7) |
| LCH | lch(40.5 120.0 310.1) |
| OKLCH | oklch(0.524 0.281 290.3) |
Copy-ready code
/* CSS */
color: #751cfb;
background-color: #751cfb;
/* Tailwind (arbitrary) */
class="text-[#751cfb] bg-[#751cfb]"
/* SCSS */
$brand: #751cfb;
/* SwiftUI */
Color(red: 0.459, green: 0.110, blue: 0.984)
/* Android */
Color.parseColor("#751cfb")Accessibility — WCAG contrast
Aa
#751cfb on white: 6.33:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#751cfb on black: 3.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green11.0%
Blue98.4%
CMYK percentages
Cyan53.4%
Magenta88.8%
Yellow0.0%
Key (black)1.6%
Color previews
#751cfb text on a black background
contrast 3.32:1
Card sample
#751cfb text on a white background
contrast 6.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #751cfb;
Background color
Panel with #751cfb background
background-color: #751cfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #751cfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 28, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 28, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #751cfb; background: linear-gradient(135deg, #751cfb, #FB1CEC);