#a271df
a light, vivid violet · warm · closest name: slateblue
RGB
162, 113, 223
HSL
267°, 63%, 66%
CMYK
27, 49, 0, 13
Luminance
0.2482
Every format
| HEX | #a271df |
| RGB | rgb(162, 113, 223) |
| HSL | hsl(267, 63%, 66%) |
| CMYK | cmyk(27%, 49%, 0%, 13%) |
| LAB | lab(56.9 41.1 -49.2) |
| LCH | lch(56.9 64.1 309.9) |
| OKLCH | oklch(0.645 0.164 302.6) |
Copy-ready code
/* CSS */
color: #a271df;
background-color: #a271df;
/* Tailwind (arbitrary) */
class="text-[#a271df] bg-[#a271df]"
/* SCSS */
$brand: #a271df;
/* SwiftUI */
Color(red: 0.635, green: 0.443, blue: 0.875)
/* Android */
Color.parseColor("#a271df")Accessibility — WCAG contrast
Aa
#a271df on white: 3.52:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a271df on black: 5.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.5%
Green44.3%
Blue87.5%
CMYK percentages
Cyan27.4%
Magenta49.3%
Yellow0.0%
Key (black)12.5%
Color previews
#a271df text on a black background
contrast 5.96:1
Card sample
#a271df text on a white background
contrast 3.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a271df;
Background color
Panel with #a271df background
background-color: #a271df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a271df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(162, 113, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(162, 113, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a271df; background: linear-gradient(135deg, #a271df, #DF71D3);