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