#751ccc
a balanced, electric violet · warm · closest name: indigo
RGB
117, 28, 204
HSL
270°, 76%, 46%
CMYK
43, 86, 0, 20
Luminance
0.0897
Every format
| HEX | #751ccc |
| RGB | rgb(117, 28, 204) |
| HSL | hsl(270, 76%, 46%) |
| CMYK | cmyk(43%, 86%, 0%, 20%) |
| LAB | lab(35.9 66.7 -72.5) |
| LCH | lch(35.9 98.5 312.6) |
| OKLCH | oklch(0.479 0.238 299.2) |
Copy-ready code
/* CSS */
color: #751ccc;
background-color: #751ccc;
/* Tailwind (arbitrary) */
class="text-[#751ccc] bg-[#751ccc]"
/* SCSS */
$brand: #751ccc;
/* SwiftUI */
Color(red: 0.459, green: 0.110, blue: 0.800)
/* Android */
Color.parseColor("#751ccc")Accessibility — WCAG contrast
Aa
#751ccc on white: 7.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#751ccc on black: 2.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green11.0%
Blue80.0%
CMYK percentages
Cyan42.6%
Magenta86.3%
Yellow0.0%
Key (black)20.0%
Color previews
#751ccc text on a black background
contrast 2.79:1
Card sample
#751ccc text on a white background
contrast 7.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #751ccc;
Background color
Panel with #751ccc background
background-color: #751ccc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #751ccc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 28, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 28, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #751ccc; background: linear-gradient(135deg, #751ccc, #CC1CAE);