#7f64af
a balanced, soft violet · warm · closest name: slateblue
RGB
127, 100, 175
HSL
262°, 32%, 54%
CMYK
27, 43, 0, 31
Luminance
0.1672
Every format
| HEX | #7f64af |
| RGB | rgb(127, 100, 175) |
| HSL | hsl(262, 32%, 54%) |
| CMYK | cmyk(27%, 43%, 0%, 31%) |
| LAB | lab(47.9 27.0 -36.2) |
| LCH | lch(47.9 45.1 306.8) |
| OKLCH | oklch(0.562 0.116 299.2) |
Copy-ready code
/* CSS */
color: #7f64af;
background-color: #7f64af;
/* Tailwind (arbitrary) */
class="text-[#7f64af] bg-[#7f64af]"
/* SCSS */
$brand: #7f64af;
/* SwiftUI */
Color(red: 0.498, green: 0.392, blue: 0.686)
/* Android */
Color.parseColor("#7f64af")Accessibility — WCAG contrast
Aa
#7f64af on white: 4.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7f64af on black: 4.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green39.2%
Blue68.6%
CMYK percentages
Cyan27.4%
Magenta42.9%
Yellow0.0%
Key (black)31.4%
Color previews
#7f64af text on a black background
contrast 4.34:1
Card sample
#7f64af text on a white background
contrast 4.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7f64af;
Background color
Panel with #7f64af background
background-color: #7f64af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7f64af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 100, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 100, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7f64af; background: linear-gradient(135deg, #7f64af, #AF64AD);