#d2adfe
a light, electric violet · warm · closest name: plum
RGB
210, 173, 254
HSL
267°, 98%, 84%
CMYK
17, 32, 0, 0
Luminance
0.5074
Every format
| HEX | #d2adfe |
| RGB | rgb(210, 173, 254) |
| HSL | hsl(267, 98%, 84%) |
| CMYK | cmyk(17%, 32%, 0%, 0%) |
| LAB | lab(76.5 28.7 -35.1) |
| LCH | lch(76.5 45.4 309.2) |
| OKLCH | oklch(0.809 0.118 304.8) |
Copy-ready code
/* CSS */
color: #d2adfe;
background-color: #d2adfe;
/* Tailwind (arbitrary) */
class="text-[#d2adfe] bg-[#d2adfe]"
/* SCSS */
$brand: #d2adfe;
/* SwiftUI */
Color(red: 0.824, green: 0.678, blue: 0.996)
/* Android */
Color.parseColor("#d2adfe")Accessibility — WCAG contrast
Aa
#d2adfe on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d2adfe on black: 11.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.4%
Green67.8%
Blue99.6%
CMYK percentages
Cyan17.3%
Magenta31.9%
Yellow0.0%
Key (black)0.4%
Color previews
#d2adfe text on a black background
contrast 11.15:1
Card sample
#d2adfe text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d2adfe;
Background color
Panel with #d2adfe background
background-color: #d2adfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d2adfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(210, 173, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(210, 173, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d2adfe; background: linear-gradient(135deg, #d2adfe, #FEADF4);