#d29fdf
a light, vivid violet · warm · closest name: plum
RGB
210, 159, 223
HSL
288°, 50%, 75%
CMYK
6, 29, 0, 13
Luminance
0.4383
Every format
| HEX | #d29fdf |
| RGB | rgb(210, 159, 223) |
| HSL | hsl(288, 50%, 75%) |
| CMYK | cmyk(6%, 29%, 0%, 13%) |
| LAB | lab(72.1 29.9 -25.1) |
| LCH | lch(72.1 39.0 320.0) |
| OKLCH | oklch(0.771 0.105 319.3) |
Copy-ready code
/* CSS */
color: #d29fdf;
background-color: #d29fdf;
/* Tailwind (arbitrary) */
class="text-[#d29fdf] bg-[#d29fdf]"
/* SCSS */
$brand: #d29fdf;
/* SwiftUI */
Color(red: 0.824, green: 0.624, blue: 0.875)
/* Android */
Color.parseColor("#d29fdf")Accessibility — WCAG contrast
Aa
#d29fdf on white: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d29fdf on black: 9.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.4%
Green62.4%
Blue87.5%
CMYK percentages
Cyan5.8%
Magenta28.7%
Yellow0.0%
Key (black)12.5%
Color previews
#d29fdf text on a black background
contrast 9.77:1
Card sample
#d29fdf text on a white background
contrast 2.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d29fdf;
Background color
Panel with #d29fdf background
background-color: #d29fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d29fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(210, 159, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(210, 159, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d29fdf; background: linear-gradient(135deg, #d29fdf, #DF9FC1);