#d78fd2
a light, vivid magenta / pink · warm · closest name: plum
RGB
215, 143, 210
HSL
304°, 47%, 70%
CMYK
0, 34, 2, 16
Luminance
0.3875
Every format
| HEX | #d78fd2 |
| RGB | rgb(215, 143, 210) |
| HSL | hsl(304, 47%, 70%) |
| CMYK | cmyk(0%, 34%, 2%, 16%) |
| LAB | lab(68.6 37.7 -23.3) |
| LCH | lch(68.6 44.3 328.3) |
| OKLCH | oklch(0.744 0.123 329.2) |
Copy-ready code
/* CSS */
color: #d78fd2;
background-color: #d78fd2;
/* Tailwind (arbitrary) */
class="text-[#d78fd2] bg-[#d78fd2]"
/* SCSS */
$brand: #d78fd2;
/* SwiftUI */
Color(red: 0.843, green: 0.561, blue: 0.824)
/* Android */
Color.parseColor("#d78fd2")Accessibility — WCAG contrast
Aa
#d78fd2 on white: 2.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d78fd2 on black: 8.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.3%
Green56.1%
Blue82.4%
CMYK percentages
Cyan0.0%
Magenta33.5%
Yellow2.3%
Key (black)15.7%
Color previews
#d78fd2 text on a black background
contrast 8.75:1
Card sample
#d78fd2 text on a white background
contrast 2.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d78fd2;
Background color
Panel with #d78fd2 background
background-color: #d78fd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d78fd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(215, 143, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(215, 143, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d78fd2; background: linear-gradient(135deg, #d78fd2, #D78FA2);