#a74fdf
a balanced, vivid violet · warm · closest name: slateblue
RGB
167, 79, 223
HSL
277°, 69%, 59%
CMYK
25, 65, 0, 13
Luminance
0.1914
Every format
| HEX | #a74fdf |
| RGB | rgb(167, 79, 223) |
| HSL | hsl(277, 69%, 59%) |
| CMYK | cmyk(25%, 65%, 0%, 13%) |
| LAB | lab(50.9 59.9 -58.8) |
| LCH | lch(50.9 84.0 315.5) |
| OKLCH | oklch(0.602 0.215 309.5) |
Copy-ready code
/* CSS */
color: #a74fdf;
background-color: #a74fdf;
/* Tailwind (arbitrary) */
class="text-[#a74fdf] bg-[#a74fdf]"
/* SCSS */
$brand: #a74fdf;
/* SwiftUI */
Color(red: 0.655, green: 0.310, blue: 0.875)
/* Android */
Color.parseColor("#a74fdf")Accessibility — WCAG contrast
Aa
#a74fdf on white: 4.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a74fdf on black: 4.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.5%
Green31.0%
Blue87.5%
CMYK percentages
Cyan25.1%
Magenta64.6%
Yellow0.0%
Key (black)12.5%
Color previews
#a74fdf text on a black background
contrast 4.83:1
Card sample
#a74fdf text on a white background
contrast 4.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a74fdf;
Background color
Panel with #a74fdf background
background-color: #a74fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a74fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(167, 79, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(167, 79, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a74fdf; background: linear-gradient(135deg, #a74fdf, #DF4FB7);