#d3a8ff
a light, electric violet · warm · closest name: plum
RGB
211, 168, 255
HSL
270°, 100%, 83%
CMYK
17, 34, 0, 0
Luminance
0.4907
Every format
| HEX | #d3a8ff |
| RGB | rgb(211, 168, 255) |
| HSL | hsl(270, 100%, 83%) |
| CMYK | cmyk(17%, 34%, 0%, 0%) |
| LAB | lab(75.5 31.9 -37.3) |
| LCH | lch(75.5 49.1 310.6) |
| OKLCH | oklch(0.801 0.128 306.4) |
Copy-ready code
/* CSS */
color: #d3a8ff;
background-color: #d3a8ff;
/* Tailwind (arbitrary) */
class="text-[#d3a8ff] bg-[#d3a8ff]"
/* SCSS */
$brand: #d3a8ff;
/* SwiftUI */
Color(red: 0.827, green: 0.659, blue: 1.000)
/* Android */
Color.parseColor("#d3a8ff")Accessibility — WCAG contrast
Aa
#d3a8ff on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d3a8ff on black: 10.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.7%
Green65.9%
Blue100.0%
CMYK percentages
Cyan17.3%
Magenta34.1%
Yellow0.0%
Key (black)0.0%
Color previews
#d3a8ff text on a black background
contrast 10.81:1
Card sample
#d3a8ff text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d3a8ff;
Background color
Panel with #d3a8ff background
background-color: #d3a8ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d3a8ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(211, 168, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(211, 168, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d3a8ff; background: linear-gradient(135deg, #d3a8ff, #FFA8F1);