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