#7f44cd
a balanced, vivid violet · warm · closest name: slateblue
RGB
127, 68, 205
HSL
266°, 58%, 54%
CMYK
38, 67, 0, 20
Luminance
0.1305
Every format
| HEX | #7f44cd |
| RGB | rgb(127, 68, 205) |
| HSL | hsl(266, 58%, 54%) |
| CMYK | cmyk(38%, 67%, 0%, 20%) |
| LAB | lab(42.8 52.6 -61.7) |
| LCH | lch(42.8 81.1 310.4) |
| OKLCH | oklch(0.530 0.201 299.1) |
Copy-ready code
/* CSS */
color: #7f44cd;
background-color: #7f44cd;
/* Tailwind (arbitrary) */
class="text-[#7f44cd] bg-[#7f44cd]"
/* SCSS */
$brand: #7f44cd;
/* SwiftUI */
Color(red: 0.498, green: 0.267, blue: 0.804)
/* Android */
Color.parseColor("#7f44cd")Accessibility — WCAG contrast
Aa
#7f44cd on white: 5.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7f44cd on black: 3.61:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green26.7%
Blue80.4%
CMYK percentages
Cyan38.0%
Magenta66.8%
Yellow0.0%
Key (black)19.6%
Color previews
#7f44cd text on a black background
contrast 3.61:1
Card sample
#7f44cd text on a white background
contrast 5.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7f44cd;
Background color
Panel with #7f44cd background
background-color: #7f44cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7f44cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 68, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 68, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7f44cd; background: linear-gradient(135deg, #7f44cd, #CD44C0);