#a85fdf
a balanced, vivid violet · warm · closest name: slateblue
RGB
168, 95, 223
HSL
274°, 67%, 62%
CMYK
25, 57, 0, 13
Luminance
0.2184
Every format
| HEX | #a85fdf |
| RGB | rgb(168, 95, 223) |
| HSL | hsl(274, 67%, 62%) |
| CMYK | cmyk(25%, 57%, 0%, 13%) |
| LAB | lab(53.9 52.3 -54.0) |
| LCH | lch(53.9 75.2 314.1) |
| OKLCH | oklch(0.624 0.193 308.1) |
Copy-ready code
/* CSS */
color: #a85fdf;
background-color: #a85fdf;
/* Tailwind (arbitrary) */
class="text-[#a85fdf] bg-[#a85fdf]"
/* SCSS */
$brand: #a85fdf;
/* SwiftUI */
Color(red: 0.659, green: 0.373, blue: 0.875)
/* Android */
Color.parseColor("#a85fdf")Accessibility — WCAG contrast
Aa
#a85fdf on white: 3.91:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a85fdf on black: 5.37:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.9%
Green37.3%
Blue87.5%
CMYK percentages
Cyan24.7%
Magenta57.4%
Yellow0.0%
Key (black)12.5%
Color previews
#a85fdf text on a black background
contrast 5.37:1
Card sample
#a85fdf text on a white background
contrast 3.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a85fdf;
Background color
Panel with #a85fdf background
background-color: #a85fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a85fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(168, 95, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(168, 95, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a85fdf; background: linear-gradient(135deg, #a85fdf, #DF5FC1);