#d68fdf
a light, vivid magenta / pink · warm · closest name: plum
RGB
214, 143, 223
HSL
293°, 56%, 72%
CMYK
4, 36, 0, 13
Luminance
0.3927
Every format
| HEX | #d68fdf |
| RGB | rgb(214, 143, 223) |
| HSL | hsl(293, 56%, 72%) |
| CMYK | cmyk(4%, 36%, 0%, 13%) |
| LAB | lab(69.0 39.8 -29.9) |
| LCH | lch(69.0 49.8 323.1) |
| OKLCH | oklch(0.748 0.135 322.8) |
Copy-ready code
/* CSS */
color: #d68fdf;
background-color: #d68fdf;
/* Tailwind (arbitrary) */
class="text-[#d68fdf] bg-[#d68fdf]"
/* SCSS */
$brand: #d68fdf;
/* SwiftUI */
Color(red: 0.839, green: 0.561, blue: 0.875)
/* Android */
Color.parseColor("#d68fdf")Accessibility — WCAG contrast
Aa
#d68fdf on white: 2.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d68fdf on black: 8.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.9%
Green56.1%
Blue87.5%
CMYK percentages
Cyan4.0%
Magenta35.9%
Yellow0.0%
Key (black)12.5%
Color previews
#d68fdf text on a black background
contrast 8.85:1
Card sample
#d68fdf text on a white background
contrast 2.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d68fdf;
Background color
Panel with #d68fdf background
background-color: #d68fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d68fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(214, 143, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(214, 143, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d68fdf; background: linear-gradient(135deg, #d68fdf, #DF8FB3);