#7041cf
a balanced, vivid violet · warm · closest name: slateblue
RGB
112, 65, 207
HSL
260°, 60%, 53%
CMYK
46, 69, 0, 19
Luminance
0.1173
Every format
| HEX | #7041cf |
| RGB | rgb(112, 65, 207) |
| HSL | hsl(260, 60%, 53%) |
| CMYK | cmyk(46%, 69%, 0%, 19%) |
| LAB | lab(40.8 51.8 -66.3) |
| LCH | lch(40.8 84.1 308.0) |
| OKLCH | oklch(0.512 0.206 292.8) |
Copy-ready code
/* CSS */
color: #7041cf;
background-color: #7041cf;
/* Tailwind (arbitrary) */
class="text-[#7041cf] bg-[#7041cf]"
/* SCSS */
$brand: #7041cf;
/* SwiftUI */
Color(red: 0.439, green: 0.255, blue: 0.812)
/* Android */
Color.parseColor("#7041cf")Accessibility — WCAG contrast
Aa
#7041cf on white: 6.28:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7041cf on black: 3.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.9%
Green25.5%
Blue81.2%
CMYK percentages
Cyan45.9%
Magenta68.6%
Yellow0.0%
Key (black)18.8%
Color previews
#7041cf text on a black background
contrast 3.35:1
Card sample
#7041cf text on a white background
contrast 6.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7041cf;
Background color
Panel with #7041cf background
background-color: #7041cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7041cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(112, 65, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(112, 65, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7041cf; background: linear-gradient(135deg, #7041cf, #CF41CF);