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