#a23fd4
a balanced, vivid violet · warm · closest name: slateblue
RGB
162, 63, 212
HSL
280°, 63%, 54%
CMYK
24, 70, 0, 17
Luminance
0.1599
Every format
| HEX | #a23fd4 |
| RGB | rgb(162, 63, 212) |
| HSL | hsl(280, 63%, 54%) |
| CMYK | cmyk(24%, 70%, 0%, 17%) |
| LAB | lab(47.0 63.5 -58.9) |
| LCH | lch(47.0 86.6 317.2) |
| OKLCH | oklch(0.571 0.223 311.8) |
Copy-ready code
/* CSS */
color: #a23fd4;
background-color: #a23fd4;
/* Tailwind (arbitrary) */
class="text-[#a23fd4] bg-[#a23fd4]"
/* SCSS */
$brand: #a23fd4;
/* SwiftUI */
Color(red: 0.635, green: 0.247, blue: 0.831)
/* Android */
Color.parseColor("#a23fd4")Accessibility — WCAG contrast
Aa
#a23fd4 on white: 5.00:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a23fd4 on black: 4.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.5%
Green24.7%
Blue83.1%
CMYK percentages
Cyan23.6%
Magenta70.3%
Yellow0.0%
Key (black)16.9%
Color previews
#a23fd4 text on a black background
contrast 4.20:1
Card sample
#a23fd4 text on a white background
contrast 5.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a23fd4;
Background color
Panel with #a23fd4 background
background-color: #a23fd4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a23fd4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(162, 63, 212, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(162, 63, 212, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a23fd4; background: linear-gradient(135deg, #a23fd4, #D43FA3);