#ad5dfe
a light, electric violet · warm · closest name: slateblue
RGB
173, 93, 254
HSL
270°, 99%, 68%
CMYK
32, 63, 0, 0
Luminance
0.2387
Every format
| HEX | #ad5dfe |
| RGB | rgb(173, 93, 254) |
| HSL | hsl(270, 99%, 68%) |
| CMYK | cmyk(32%, 63%, 0%, 0%) |
| LAB | lab(56.0 61.5 -67.9) |
| LCH | lch(56.0 91.6 312.2) |
| OKLCH | oklch(0.647 0.231 303.4) |
Copy-ready code
/* CSS */
color: #ad5dfe;
background-color: #ad5dfe;
/* Tailwind (arbitrary) */
class="text-[#ad5dfe] bg-[#ad5dfe]"
/* SCSS */
$brand: #ad5dfe;
/* SwiftUI */
Color(red: 0.678, green: 0.365, blue: 0.996)
/* Android */
Color.parseColor("#ad5dfe")Accessibility — WCAG contrast
Aa
#ad5dfe on white: 3.64:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ad5dfe on black: 5.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green36.5%
Blue99.6%
CMYK percentages
Cyan31.9%
Magenta63.4%
Yellow0.0%
Key (black)0.4%
Color previews
#ad5dfe text on a black background
contrast 5.77:1
Card sample
#ad5dfe text on a white background
contrast 3.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ad5dfe;
Background color
Panel with #ad5dfe background
background-color: #ad5dfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ad5dfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 93, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 93, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ad5dfe; background: linear-gradient(135deg, #ad5dfe, #FE5DE4);