#751df9
a balanced, electric violet · warm · closest name: blue
RGB
117, 29, 249
HSL
264°, 95%, 55%
CMYK
53, 88, 0, 2
Luminance
0.1150
Every format
| HEX | #751df9 |
| RGB | rgb(117, 29, 249) |
| HSL | hsl(264, 95%, 55%) |
| CMYK | cmyk(53%, 88%, 0%, 2%) |
| LAB | lab(40.4 76.7 -90.8) |
| LCH | lch(40.4 118.8 310.2) |
| OKLCH | oklch(0.522 0.279 290.6) |
Copy-ready code
/* CSS */
color: #751df9;
background-color: #751df9;
/* Tailwind (arbitrary) */
class="text-[#751df9] bg-[#751df9]"
/* SCSS */
$brand: #751df9;
/* SwiftUI */
Color(red: 0.459, green: 0.114, blue: 0.976)
/* Android */
Color.parseColor("#751df9")Accessibility — WCAG contrast
Aa
#751df9 on white: 6.36:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#751df9 on black: 3.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green11.4%
Blue97.6%
CMYK percentages
Cyan53.0%
Magenta88.4%
Yellow0.0%
Key (black)2.4%
Color previews
#751df9 text on a black background
contrast 3.30:1
Card sample
#751df9 text on a white background
contrast 6.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #751df9;
Background color
Panel with #751df9 background
background-color: #751df9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #751df9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 29, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 29, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #751df9; background: linear-gradient(135deg, #751df9, #F91DEA);