#7c18a7
a dark, vivid violet · warm · closest name: indigo
RGB
124, 24, 167
HSL
282°, 75%, 38%
CMYK
26, 86, 0, 35
Luminance
0.0773
Every format
| HEX | #7c18a7 |
| RGB | rgb(124, 24, 167) |
| HSL | hsl(282, 75%, 38%) |
| CMYK | cmyk(26%, 86%, 0%, 35%) |
| LAB | lab(33.4 60.9 -54.6) |
| LCH | lch(33.4 81.8 318.1) |
| OKLCH | oklch(0.454 0.209 312.2) |
Copy-ready code
/* CSS */
color: #7c18a7;
background-color: #7c18a7;
/* Tailwind (arbitrary) */
class="text-[#7c18a7] bg-[#7c18a7]"
/* SCSS */
$brand: #7c18a7;
/* SwiftUI */
Color(red: 0.486, green: 0.094, blue: 0.655)
/* Android */
Color.parseColor("#7c18a7")Accessibility — WCAG contrast
Aa
#7c18a7 on white: 8.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#7c18a7 on black: 2.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green9.4%
Blue65.5%
CMYK percentages
Cyan25.7%
Magenta85.6%
Yellow0.0%
Key (black)34.5%
Color previews
#7c18a7 text on a black background
contrast 2.55:1
Card sample
#7c18a7 text on a white background
contrast 8.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7c18a7;
Background color
Panel with #7c18a7 background
background-color: #7c18a7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7c18a7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 24, 167, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 24, 167, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7c18a7; background: linear-gradient(135deg, #7c18a7, #A71873);