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