#d99ecf
a light, soft magenta / pink · warm · closest name: plum
RGB
217, 158, 207
HSL
310°, 44%, 74%
CMYK
0, 27, 5, 15
Luminance
0.4371
Every format
| HEX | #d99ecf |
| RGB | rgb(217, 158, 207) |
| HSL | hsl(310, 44%, 74%) |
| CMYK | cmyk(0%, 27%, 5%, 15%) |
| LAB | lab(72.0 29.8 -16.4) |
| LCH | lch(72.0 34.0 331.2) |
| OKLCH | oklch(0.771 0.095 332.5) |
Copy-ready code
/* CSS */
color: #d99ecf;
background-color: #d99ecf;
/* Tailwind (arbitrary) */
class="text-[#d99ecf] bg-[#d99ecf]"
/* SCSS */
$brand: #d99ecf;
/* SwiftUI */
Color(red: 0.851, green: 0.620, blue: 0.812)
/* Android */
Color.parseColor("#d99ecf")Accessibility — WCAG contrast
Aa
#d99ecf on white: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d99ecf on black: 9.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.1%
Green62.0%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta27.2%
Yellow4.6%
Key (black)14.9%
Color previews
#d99ecf text on a black background
contrast 9.74:1
Card sample
#d99ecf text on a white background
contrast 2.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d99ecf;
Background color
Panel with #d99ecf background
background-color: #d99ecf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d99ecf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(217, 158, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(217, 158, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d99ecf; background: linear-gradient(135deg, #d99ecf, #D99EA8);