#d2a2cd
a light, soft magenta / pink · warm · closest name: plum
RGB
210, 162, 205
HSL
306°, 35%, 73%
CMYK
0, 23, 2, 18
Luminance
0.4395
Every format
| HEX | #d2a2cd |
| RGB | rgb(210, 162, 205) |
| HSL | hsl(306, 35%, 73%) |
| CMYK | cmyk(0%, 23%, 2%, 18%) |
| LAB | lab(72.2 24.9 -15.1) |
| LCH | lch(72.2 29.1 328.7) |
| OKLCH | oklch(0.770 0.081 329.8) |
Copy-ready code
/* CSS */
color: #d2a2cd;
background-color: #d2a2cd;
/* Tailwind (arbitrary) */
class="text-[#d2a2cd] bg-[#d2a2cd]"
/* SCSS */
$brand: #d2a2cd;
/* SwiftUI */
Color(red: 0.824, green: 0.635, blue: 0.804)
/* Android */
Color.parseColor("#d2a2cd")Accessibility — WCAG contrast
Aa
#d2a2cd on white: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d2a2cd on black: 9.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.4%
Green63.5%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta22.9%
Yellow2.4%
Key (black)17.6%
Color previews
#d2a2cd text on a black background
contrast 9.79:1
Card sample
#d2a2cd text on a white background
contrast 2.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d2a2cd;
Background color
Panel with #d2a2cd background
background-color: #d2a2cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d2a2cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(210, 162, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(210, 162, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d2a2cd; background: linear-gradient(135deg, #d2a2cd, #D2A2AD);