#7c4cdb
a balanced, vivid violet · warm · closest name: slateblue
RGB
124, 76, 219
HSL
260°, 67%, 58%
CMYK
43, 65, 0, 14
Luminance
0.1457
Every format
| HEX | #7c4cdb |
| RGB | rgb(124, 76, 219) |
| HSL | hsl(260, 67%, 58%) |
| CMYK | cmyk(43%, 65%, 0%, 14%) |
| LAB | lab(45.0 51.5 -66.2) |
| LCH | lch(45.0 83.9 307.9) |
| OKLCH | oklch(0.548 0.207 293.9) |
Copy-ready code
/* CSS */
color: #7c4cdb;
background-color: #7c4cdb;
/* Tailwind (arbitrary) */
class="text-[#7c4cdb] bg-[#7c4cdb]"
/* SCSS */
$brand: #7c4cdb;
/* SwiftUI */
Color(red: 0.486, green: 0.298, blue: 0.859)
/* Android */
Color.parseColor("#7c4cdb")Accessibility — WCAG contrast
Aa
#7c4cdb on white: 5.37:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7c4cdb on black: 3.91:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green29.8%
Blue85.9%
CMYK percentages
Cyan43.4%
Magenta65.3%
Yellow0.0%
Key (black)14.1%
Color previews
#7c4cdb text on a black background
contrast 3.91:1
Card sample
#7c4cdb text on a white background
contrast 5.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7c4cdb;
Background color
Panel with #7c4cdb background
background-color: #7c4cdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7c4cdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 76, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 76, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7c4cdb; background: linear-gradient(135deg, #7c4cdb, #DB4CDB);