#d4afd3
a light, soft magenta / pink · warm · closest name: plum
RGB
212, 175, 211
HSL
302°, 30%, 76%
CMYK
0, 18, 1, 17
Luminance
0.4936
Every format
| HEX | #d4afd3 |
| RGB | rgb(212, 175, 211) |
| HSL | hsl(302, 30%, 76%) |
| CMYK | cmyk(0%, 18%, 1%, 17%) |
| LAB | lab(75.7 19.6 -13.1) |
| LCH | lch(75.7 23.6 326.1) |
| OKLCH | oklch(0.798 0.065 327.0) |
Copy-ready code
/* CSS */
color: #d4afd3;
background-color: #d4afd3;
/* Tailwind (arbitrary) */
class="text-[#d4afd3] bg-[#d4afd3]"
/* SCSS */
$brand: #d4afd3;
/* SwiftUI */
Color(red: 0.831, green: 0.686, blue: 0.827)
/* Android */
Color.parseColor("#d4afd3")Accessibility — WCAG contrast
Aa
#d4afd3 on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d4afd3 on black: 10.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.1%
Green68.6%
Blue82.7%
CMYK percentages
Cyan0.0%
Magenta17.5%
Yellow0.5%
Key (black)16.9%
Color previews
#d4afd3 text on a black background
contrast 10.87:1
Card sample
#d4afd3 text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d4afd3;
Background color
Panel with #d4afd3 background
background-color: #d4afd3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d4afd3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(212, 175, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(212, 175, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d4afd3; background: linear-gradient(135deg, #d4afd3, #D4AFBA);