#d29fd2
a light, soft magenta / pink · warm · closest name: plum
RGB
210, 159, 210
HSL
300°, 36%, 72%
CMYK
0, 24, 0, 18
Luminance
0.4315
Every format
| HEX | #d29fd2 |
| RGB | rgb(210, 159, 210) |
| HSL | hsl(300, 36%, 72%) |
| CMYK | cmyk(0%, 24%, 0%, 18%) |
| LAB | lab(71.7 27.4 -18.7) |
| LCH | lch(71.7 33.2 325.8) |
| OKLCH | oklch(0.766 0.091 326.4) |
Copy-ready code
/* CSS */
color: #d29fd2;
background-color: #d29fd2;
/* Tailwind (arbitrary) */
class="text-[#d29fd2] bg-[#d29fd2]"
/* SCSS */
$brand: #d29fd2;
/* SwiftUI */
Color(red: 0.824, green: 0.624, blue: 0.824)
/* Android */
Color.parseColor("#d29fd2")Accessibility — WCAG contrast
Aa
#d29fd2 on white: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d29fd2 on black: 9.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.4%
Green62.4%
Blue82.4%
CMYK percentages
Cyan0.0%
Magenta24.3%
Yellow0.0%
Key (black)17.6%
Color previews
#d29fd2 text on a black background
contrast 9.63:1
Card sample
#d29fd2 text on a white background
contrast 2.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d29fd2;
Background color
Panel with #d29fd2 background
background-color: #d29fd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d29fd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(210, 159, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(210, 159, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d29fd2; background: linear-gradient(135deg, #d29fd2, #D29FB0);