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