#7447cd
a balanced, vivid violet · warm · closest name: slateblue
RGB
116, 71, 205
HSL
260°, 57%, 54%
CMYK
43, 65, 0, 20
Luminance
0.1263
Every format
| HEX | #7447cd |
| RGB | rgb(116, 71, 205) |
| HSL | hsl(260, 57%, 54%) |
| CMYK | cmyk(43%, 65%, 0%, 20%) |
| LAB | lab(42.2 48.9 -62.8) |
| LCH | lch(42.2 79.6 307.9) |
| OKLCH | oklch(0.523 0.196 294.0) |
Copy-ready code
/* CSS */
color: #7447cd;
background-color: #7447cd;
/* Tailwind (arbitrary) */
class="text-[#7447cd] bg-[#7447cd]"
/* SCSS */
$brand: #7447cd;
/* SwiftUI */
Color(red: 0.455, green: 0.278, blue: 0.804)
/* Android */
Color.parseColor("#7447cd")Accessibility — WCAG contrast
Aa
#7447cd on white: 5.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7447cd on black: 3.53:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.5%
Green27.8%
Blue80.4%
CMYK percentages
Cyan43.4%
Magenta65.4%
Yellow0.0%
Key (black)19.6%
Color previews
#7447cd text on a black background
contrast 3.53:1
Card sample
#7447cd text on a white background
contrast 5.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7447cd;
Background color
Panel with #7447cd background
background-color: #7447cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7447cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(116, 71, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(116, 71, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7447cd; background: linear-gradient(135deg, #7447cd, #CD47CD);