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