#ad8fe0
a light, vivid violet · warm · closest name: plum
RGB
173, 143, 224
HSL
262°, 57%, 72%
CMYK
23, 36, 0, 12
Luminance
0.3391
Every format
| HEX | #ad8fe0 |
| RGB | rgb(173, 143, 224) |
| HSL | hsl(262, 57%, 72%) |
| CMYK | cmyk(23%, 36%, 0%, 12%) |
| LAB | lab(64.9 27.6 -37.1) |
| LCH | lch(64.9 46.2 306.6) |
| OKLCH | oklch(0.708 0.119 300.4) |
Copy-ready code
/* CSS */
color: #ad8fe0;
background-color: #ad8fe0;
/* Tailwind (arbitrary) */
class="text-[#ad8fe0] bg-[#ad8fe0]"
/* SCSS */
$brand: #ad8fe0;
/* SwiftUI */
Color(red: 0.678, green: 0.561, blue: 0.878)
/* Android */
Color.parseColor("#ad8fe0")Accessibility — WCAG contrast
Aa
#ad8fe0 on white: 2.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ad8fe0 on black: 7.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green56.1%
Blue87.8%
CMYK percentages
Cyan22.8%
Magenta36.2%
Yellow0.0%
Key (black)12.2%
Color previews
#ad8fe0 text on a black background
contrast 7.78:1
Card sample
#ad8fe0 text on a white background
contrast 2.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ad8fe0;
Background color
Panel with #ad8fe0 background
background-color: #ad8fe0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ad8fe0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 143, 224, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 143, 224, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ad8fe0; background: linear-gradient(135deg, #ad8fe0, #E08FDD);