#d99fd0
a light, soft magenta / pink · warm · closest name: plum
RGB
217, 159, 208
HSL
309°, 43%, 74%
CMYK
0, 27, 4, 15
Luminance
0.4410
Every format
| HEX | #d99fd0 |
| RGB | rgb(217, 159, 208) |
| HSL | hsl(309, 43%, 74%) |
| CMYK | cmyk(0%, 27%, 4%, 15%) |
| LAB | lab(72.3 29.4 -16.5) |
| LCH | lch(72.3 33.7 330.7) |
| OKLCH | oklch(0.773 0.094 331.9) |
Copy-ready code
/* CSS */
color: #d99fd0;
background-color: #d99fd0;
/* Tailwind (arbitrary) */
class="text-[#d99fd0] bg-[#d99fd0]"
/* SCSS */
$brand: #d99fd0;
/* SwiftUI */
Color(red: 0.851, green: 0.624, blue: 0.816)
/* Android */
Color.parseColor("#d99fd0")Accessibility — WCAG contrast
Aa
#d99fd0 on white: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d99fd0 on black: 9.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.1%
Green62.4%
Blue81.6%
CMYK percentages
Cyan0.0%
Magenta26.7%
Yellow4.1%
Key (black)14.9%
Color previews
#d99fd0 text on a black background
contrast 9.82:1
Card sample
#d99fd0 text on a white background
contrast 2.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d99fd0;
Background color
Panel with #d99fd0 background
background-color: #d99fd0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d99fd0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(217, 159, 208, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(217, 159, 208, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d99fd0; background: linear-gradient(135deg, #d99fd0, #D99FA9);