#751bfd
a balanced, electric violet · warm · closest name: blue
RGB
117, 27, 253
HSL
264°, 98%, 55%
CMYK
54, 89, 0, 1
Luminance
0.1166
Every format
| HEX | #751bfd |
| RGB | rgb(117, 27, 253) |
| HSL | hsl(264, 98%, 55%) |
| CMYK | cmyk(54%, 89%, 0%, 1%) |
| LAB | lab(40.7 78.0 -92.6) |
| LCH | lch(40.7 121.1 310.1) |
| OKLCH | oklch(0.525 0.283 290.0) |
Copy-ready code
/* CSS */
color: #751bfd;
background-color: #751bfd;
/* Tailwind (arbitrary) */
class="text-[#751bfd] bg-[#751bfd]"
/* SCSS */
$brand: #751bfd;
/* SwiftUI */
Color(red: 0.459, green: 0.106, blue: 0.992)
/* Android */
Color.parseColor("#751bfd")Accessibility — WCAG contrast
Aa
#751bfd on white: 6.30:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#751bfd on black: 3.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green10.6%
Blue99.2%
CMYK percentages
Cyan53.8%
Magenta89.3%
Yellow0.0%
Key (black)0.8%
Color previews
#751bfd text on a black background
contrast 3.33:1
Card sample
#751bfd text on a white background
contrast 6.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #751bfd;
Background color
Panel with #751bfd background
background-color: #751bfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #751bfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 27, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 27, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #751bfd; background: linear-gradient(135deg, #751bfd, #FD1BEE);