#d79fdf
a light, vivid magenta / pink · warm · closest name: plum
RGB
215, 159, 223
HSL
293°, 50%, 75%
CMYK
4, 29, 0, 13
Luminance
0.4457
Every format
| HEX | #d79fdf |
| RGB | rgb(215, 159, 223) |
| HSL | hsl(293, 50%, 75%) |
| CMYK | cmyk(4%, 29%, 0%, 13%) |
| LAB | lab(72.6 31.5 -24.3) |
| LCH | lch(72.6 39.8 322.4) |
| OKLCH | oklch(0.776 0.108 322.2) |
Copy-ready code
/* CSS */
color: #d79fdf;
background-color: #d79fdf;
/* Tailwind (arbitrary) */
class="text-[#d79fdf] bg-[#d79fdf]"
/* SCSS */
$brand: #d79fdf;
/* SwiftUI */
Color(red: 0.843, green: 0.624, blue: 0.875)
/* Android */
Color.parseColor("#d79fdf")Accessibility — WCAG contrast
Aa
#d79fdf on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d79fdf on black: 9.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.3%
Green62.4%
Blue87.5%
CMYK percentages
Cyan3.6%
Magenta28.7%
Yellow0.0%
Key (black)12.5%
Color previews
#d79fdf text on a black background
contrast 9.91:1
Card sample
#d79fdf text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d79fdf;
Background color
Panel with #d79fdf background
background-color: #d79fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d79fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(215, 159, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(215, 159, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d79fdf; background: linear-gradient(135deg, #d79fdf, #DF9FBC);