#d99fd8
a light, soft magenta / pink · warm · “plum”
RGB
217, 159, 216
HSL
301°, 43%, 74%
CMYK
0, 27, 1, 15
Luminance
0.4451
Every format
| HEX | #d99fd8 |
| RGB | rgb(217, 159, 216) |
| HSL | hsl(301, 43%, 74%) |
| CMYK | cmyk(0%, 27%, 1%, 15%) |
| LAB | lab(72.6 30.8 -20.5) |
| LCH | lch(72.6 37.0 326.4) |
| OKLCH | oklch(0.776 0.102 327.1) |
Copy-ready code
/* CSS */
color: #d99fd8;
background-color: #d99fd8;
/* Tailwind (arbitrary) */
class="text-[#d99fd8] bg-[#d99fd8]"
/* SCSS */
$brand: #d99fd8;
/* SwiftUI */
Color(red: 0.851, green: 0.624, blue: 0.847)
/* Android */
Color.parseColor("#d99fd8")Accessibility — WCAG contrast
Aa
#d99fd8 on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d99fd8 on black: 9.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.1%
Green62.4%
Blue84.7%
CMYK percentages
Cyan0.0%
Magenta26.7%
Yellow0.5%
Key (black)14.9%
Color previews
#d99fd8 text on a black background
contrast 9.90:1
Card sample
#d99fd8 text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d99fd8;
Background color
Panel with #d99fd8 background
background-color: #d99fd8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d99fd8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(217, 159, 216, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(217, 159, 216, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d99fd8; background: linear-gradient(135deg, #d99fd8, #D99FB1);