#d79fd2
a light, soft magenta / pink · warm · closest name: plum
RGB
215, 159, 210
HSL
305°, 41%, 73%
CMYK
0, 26, 2, 16
Luminance
0.4390
Every format
| HEX | #d79fd2 |
| RGB | rgb(215, 159, 210) |
| HSL | hsl(305, 41%, 73%) |
| CMYK | cmyk(0%, 26%, 2%, 16%) |
| LAB | lab(72.2 29.1 -17.9) |
| LCH | lch(72.2 34.1 328.5) |
| OKLCH | oklch(0.771 0.095 329.5) |
Copy-ready code
/* CSS */
color: #d79fd2;
background-color: #d79fd2;
/* Tailwind (arbitrary) */
class="text-[#d79fd2] bg-[#d79fd2]"
/* SCSS */
$brand: #d79fd2;
/* SwiftUI */
Color(red: 0.843, green: 0.624, blue: 0.824)
/* Android */
Color.parseColor("#d79fd2")Accessibility — WCAG contrast
Aa
#d79fd2 on white: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d79fd2 on black: 9.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.3%
Green62.4%
Blue82.4%
CMYK percentages
Cyan0.0%
Magenta26.0%
Yellow2.3%
Key (black)15.7%
Color previews
#d79fd2 text on a black background
contrast 9.78:1
Card sample
#d79fd2 text on a white background
contrast 2.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d79fd2;
Background color
Panel with #d79fd2 background
background-color: #d79fd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d79fd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(215, 159, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(215, 159, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d79fd2; background: linear-gradient(135deg, #d79fd2, #D79FAD);