#7c109b
a dark, electric violet · warm · closest name: purple
RGB
124, 16, 155
HSL
287°, 81%, 34%
CMYK
20, 90, 0, 39
Luminance
0.0702
Every format
| HEX | #7c109b |
| RGB | rgb(124, 16, 155) |
| HSL | hsl(287, 81%, 34%) |
| CMYK | cmyk(20%, 90%, 0%, 39%) |
| LAB | lab(31.9 60.3 -49.9) |
| LCH | lch(31.9 78.3 320.4) |
| OKLCH | oklch(0.440 0.204 316.4) |
Copy-ready code
/* CSS */
color: #7c109b;
background-color: #7c109b;
/* Tailwind (arbitrary) */
class="text-[#7c109b] bg-[#7c109b]"
/* SCSS */
$brand: #7c109b;
/* SwiftUI */
Color(red: 0.486, green: 0.063, blue: 0.608)
/* Android */
Color.parseColor("#7c109b")Accessibility — WCAG contrast
Aa
#7c109b on white: 8.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#7c109b on black: 2.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green6.3%
Blue60.8%
CMYK percentages
Cyan20.0%
Magenta89.7%
Yellow0.0%
Key (black)39.2%
Color previews
#7c109b text on a black background
contrast 2.40:1
Card sample
#7c109b text on a white background
contrast 8.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7c109b;
Background color
Panel with #7c109b background
background-color: #7c109b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7c109b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 16, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 16, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7c109b; background: linear-gradient(135deg, #7c109b, #9B105D);