#7c4baf
a balanced, soft violet · warm · closest name: slateblue
RGB
124, 75, 175
HSL
269°, 40%, 49%
CMYK
29, 57, 0, 31
Luminance
0.1241
Every format
| HEX | #7c4baf |
| RGB | rgb(124, 75, 175) |
| HSL | hsl(269, 40%, 49%) |
| CMYK | cmyk(29%, 57%, 0%, 31%) |
| LAB | lab(41.9 40.7 -45.8) |
| LCH | lch(41.9 61.3 311.6) |
| OKLCH | oklch(0.516 0.156 304.1) |
Copy-ready code
/* CSS */
color: #7c4baf;
background-color: #7c4baf;
/* Tailwind (arbitrary) */
class="text-[#7c4baf] bg-[#7c4baf]"
/* SCSS */
$brand: #7c4baf;
/* SwiftUI */
Color(red: 0.486, green: 0.294, blue: 0.686)
/* Android */
Color.parseColor("#7c4baf")Accessibility — WCAG contrast
Aa
#7c4baf on white: 6.03:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7c4baf on black: 3.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green29.4%
Blue68.6%
CMYK percentages
Cyan29.1%
Magenta57.1%
Yellow0.0%
Key (black)31.4%
Color previews
#7c4baf text on a black background
contrast 3.48:1
Card sample
#7c4baf text on a white background
contrast 6.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7c4baf;
Background color
Panel with #7c4baf background
background-color: #7c4baf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7c4baf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 75, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 75, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7c4baf; background: linear-gradient(135deg, #7c4baf, #AF4B9F);