#ad71eb
a light, electric violet · warm · closest name: slateblue
RGB
173, 113, 235
HSL
270°, 75%, 68%
CMYK
26, 52, 0, 8
Luminance
0.2669
Every format
| HEX | #ad71eb |
| RGB | rgb(173, 113, 235) |
| HSL | hsl(270, 75%, 68%) |
| CMYK | cmyk(26%, 52%, 0%, 8%) |
| LAB | lab(58.7 46.8 -53.0) |
| LCH | lch(58.7 70.7 311.5) |
| OKLCH | oklch(0.663 0.181 304.7) |
Copy-ready code
/* CSS */
color: #ad71eb;
background-color: #ad71eb;
/* Tailwind (arbitrary) */
class="text-[#ad71eb] bg-[#ad71eb]"
/* SCSS */
$brand: #ad71eb;
/* SwiftUI */
Color(red: 0.678, green: 0.443, blue: 0.922)
/* Android */
Color.parseColor("#ad71eb")Accessibility — WCAG contrast
Aa
#ad71eb on white: 3.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ad71eb on black: 6.34:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green44.3%
Blue92.2%
CMYK percentages
Cyan26.4%
Magenta51.9%
Yellow0.0%
Key (black)7.8%
Color previews
#ad71eb text on a black background
contrast 6.34:1
Card sample
#ad71eb text on a white background
contrast 3.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ad71eb;
Background color
Panel with #ad71eb background
background-color: #ad71eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ad71eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 113, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 113, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ad71eb; background: linear-gradient(135deg, #ad71eb, #EB71D8);