#a35fdf
a balanced, vivid violet · warm · closest name: slateblue
RGB
163, 95, 223
HSL
272°, 67%, 62%
CMYK
27, 57, 0, 13
Luminance
0.2130
Every format
| HEX | #a35fdf |
| RGB | rgb(163, 95, 223) |
| HSL | hsl(272, 67%, 62%) |
| CMYK | cmyk(27%, 57%, 0%, 13%) |
| LAB | lab(53.3 51.1 -55.0) |
| LCH | lch(53.3 75.0 312.9) |
| OKLCH | oklch(0.619 0.192 306.1) |
Copy-ready code
/* CSS */
color: #a35fdf;
background-color: #a35fdf;
/* Tailwind (arbitrary) */
class="text-[#a35fdf] bg-[#a35fdf]"
/* SCSS */
$brand: #a35fdf;
/* SwiftUI */
Color(red: 0.639, green: 0.373, blue: 0.875)
/* Android */
Color.parseColor("#a35fdf")Accessibility — WCAG contrast
Aa
#a35fdf on white: 3.99:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a35fdf on black: 5.26:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.9%
Green37.3%
Blue87.5%
CMYK percentages
Cyan26.9%
Magenta57.4%
Yellow0.0%
Key (black)12.5%
Color previews
#a35fdf text on a black background
contrast 5.26:1
Card sample
#a35fdf text on a white background
contrast 3.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a35fdf;
Background color
Panel with #a35fdf background
background-color: #a35fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a35fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(163, 95, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(163, 95, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a35fdf; background: linear-gradient(135deg, #a35fdf, #DF5FC6);