#d38fdf
a light, vivid magenta / pink · warm · closest name: plum
RGB
211, 143, 223
HSL
291°, 56%, 72%
CMYK
5, 36, 0, 13
Luminance
0.3882
Every format
| HEX | #d38fdf |
| RGB | rgb(211, 143, 223) |
| HSL | hsl(291, 56%, 72%) |
| CMYK | cmyk(5%, 36%, 0%, 13%) |
| LAB | lab(68.6 38.9 -30.5) |
| LCH | lch(68.6 49.4 321.9) |
| OKLCH | oklch(0.745 0.134 321.4) |
Copy-ready code
/* CSS */
color: #d38fdf;
background-color: #d38fdf;
/* Tailwind (arbitrary) */
class="text-[#d38fdf] bg-[#d38fdf]"
/* SCSS */
$brand: #d38fdf;
/* SwiftUI */
Color(red: 0.827, green: 0.561, blue: 0.875)
/* Android */
Color.parseColor("#d38fdf")Accessibility — WCAG contrast
Aa
#d38fdf on white: 2.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d38fdf on black: 8.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.7%
Green56.1%
Blue87.5%
CMYK percentages
Cyan5.4%
Magenta35.9%
Yellow0.0%
Key (black)12.5%
Color previews
#d38fdf text on a black background
contrast 8.76:1
Card sample
#d38fdf text on a white background
contrast 2.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d38fdf;
Background color
Panel with #d38fdf background
background-color: #d38fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d38fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(211, 143, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(211, 143, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d38fdf; background: linear-gradient(135deg, #d38fdf, #DF8FB6);