#d6afd6
a light, soft magenta / pink · warm · closest name: plum
RGB
214, 175, 214
HSL
300°, 32%, 76%
CMYK
0, 18, 0, 16
Luminance
0.4981
Every format
| HEX | #d6afd6 |
| RGB | rgb(214, 175, 214) |
| HSL | hsl(300, 32%, 76%) |
| CMYK | cmyk(0%, 18%, 0%, 16%) |
| LAB | lab(76.0 20.8 -14.3) |
| LCH | lch(76.0 25.3 325.4) |
| OKLCH | oklch(0.801 0.069 326.2) |
Copy-ready code
/* CSS */
color: #d6afd6;
background-color: #d6afd6;
/* Tailwind (arbitrary) */
class="text-[#d6afd6] bg-[#d6afd6]"
/* SCSS */
$brand: #d6afd6;
/* SwiftUI */
Color(red: 0.839, green: 0.686, blue: 0.839)
/* Android */
Color.parseColor("#d6afd6")Accessibility — WCAG contrast
Aa
#d6afd6 on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d6afd6 on black: 10.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.9%
Green68.6%
Blue83.9%
CMYK percentages
Cyan0.0%
Magenta18.2%
Yellow0.0%
Key (black)16.1%
Color previews
#d6afd6 text on a black background
contrast 10.96:1
Card sample
#d6afd6 text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d6afd6;
Background color
Panel with #d6afd6 background
background-color: #d6afd6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d6afd6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(214, 175, 214, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(214, 175, 214, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d6afd6; background: linear-gradient(135deg, #d6afd6, #D6AFBC);