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