#d39fdf
a light, vivid violet · warm · closest name: plum
RGB
211, 159, 223
HSL
289°, 50%, 75%
CMYK
5, 29, 0, 13
Luminance
0.4397
Every format
| HEX | #d39fdf |
| RGB | rgb(211, 159, 223) |
| HSL | hsl(289, 50%, 75%) |
| CMYK | cmyk(5%, 29%, 0%, 13%) |
| LAB | lab(72.2 30.2 -24.9) |
| LCH | lch(72.2 39.2 320.5) |
| OKLCH | oklch(0.772 0.105 319.9) |
Copy-ready code
/* CSS */
color: #d39fdf;
background-color: #d39fdf;
/* Tailwind (arbitrary) */
class="text-[#d39fdf] bg-[#d39fdf]"
/* SCSS */
$brand: #d39fdf;
/* SwiftUI */
Color(red: 0.827, green: 0.624, blue: 0.875)
/* Android */
Color.parseColor("#d39fdf")Accessibility — WCAG contrast
Aa
#d39fdf on white: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d39fdf on black: 9.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.7%
Green62.4%
Blue87.5%
CMYK percentages
Cyan5.4%
Magenta28.7%
Yellow0.0%
Key (black)12.5%
Color previews
#d39fdf text on a black background
contrast 9.79:1
Card sample
#d39fdf text on a white background
contrast 2.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d39fdf;
Background color
Panel with #d39fdf background
background-color: #d39fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d39fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(211, 159, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(211, 159, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d39fdf; background: linear-gradient(135deg, #d39fdf, #DF9FC0);