#d0afd3
a light, soft magenta / pink · warm · closest name: plum
RGB
208, 175, 211
HSL
295°, 29%, 76%
CMYK
1, 17, 0, 17
Luminance
0.4877
Every format
| HEX | #d0afd3 |
| RGB | rgb(208, 175, 211) |
| HSL | hsl(295, 29%, 76%) |
| CMYK | cmyk(1%, 17%, 0%, 17%) |
| LAB | lab(75.3 18.2 -13.7) |
| LCH | lch(75.3 22.8 323.0) |
| OKLCH | oklch(0.794 0.062 323.5) |
Copy-ready code
/* CSS */
color: #d0afd3;
background-color: #d0afd3;
/* Tailwind (arbitrary) */
class="text-[#d0afd3] bg-[#d0afd3]"
/* SCSS */
$brand: #d0afd3;
/* SwiftUI */
Color(red: 0.816, green: 0.686, blue: 0.827)
/* Android */
Color.parseColor("#d0afd3")Accessibility — WCAG contrast
Aa
#d0afd3 on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d0afd3 on black: 10.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.6%
Green68.6%
Blue82.7%
CMYK percentages
Cyan1.4%
Magenta17.1%
Yellow0.0%
Key (black)17.3%
Color previews
#d0afd3 text on a black background
contrast 10.75:1
Card sample
#d0afd3 text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d0afd3;
Background color
Panel with #d0afd3 background
background-color: #d0afd3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d0afd3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(208, 175, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(208, 175, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d0afd3; background: linear-gradient(135deg, #d0afd3, #D3AFBE);