#7718ce
a balanced, electric violet · warm · closest name: indigo
RGB
119, 24, 206
HSL
271°, 79%, 45%
CMYK
42, 88, 0, 19
Luminance
0.0903
Every format
| HEX | #7718ce |
| RGB | rgb(119, 24, 206) |
| HSL | hsl(271, 79%, 45%) |
| CMYK | cmyk(42%, 88%, 0%, 19%) |
| LAB | lab(36.0 68.4 -73.4) |
| LCH | lch(36.0 100.3 313.0) |
| OKLCH | oklch(0.481 0.242 299.8) |
Copy-ready code
/* CSS */
color: #7718ce;
background-color: #7718ce;
/* Tailwind (arbitrary) */
class="text-[#7718ce] bg-[#7718ce]"
/* SCSS */
$brand: #7718ce;
/* SwiftUI */
Color(red: 0.467, green: 0.094, blue: 0.808)
/* Android */
Color.parseColor("#7718ce")Accessibility — WCAG contrast
Aa
#7718ce on white: 7.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#7718ce on black: 2.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green9.4%
Blue80.8%
CMYK percentages
Cyan42.2%
Magenta88.3%
Yellow0.0%
Key (black)19.2%
Color previews
#7718ce text on a black background
contrast 2.81:1
Card sample
#7718ce text on a white background
contrast 7.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7718ce;
Background color
Panel with #7718ce background
background-color: #7718ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7718ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 24, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 24, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7718ce; background: linear-gradient(135deg, #7718ce, #CE18AC);