#ddbbdf
a light, soft magenta / pink · warm · closest name: plum
RGB
221, 187, 223
HSL
297°, 36%, 80%
CMYK
1, 16, 0, 13
Luminance
0.5624
Every format
| HEX | #ddbbdf |
| RGB | rgb(221, 187, 223) |
| HSL | hsl(297, 36%, 80%) |
| CMYK | cmyk(1%, 16%, 0%, 13%) |
| LAB | lab(79.8 18.4 -13.4) |
| LCH | lch(79.8 22.8 323.8) |
| OKLCH | oklch(0.833 0.062 324.4) |
Copy-ready code
/* CSS */
color: #ddbbdf;
background-color: #ddbbdf;
/* Tailwind (arbitrary) */
class="text-[#ddbbdf] bg-[#ddbbdf]"
/* SCSS */
$brand: #ddbbdf;
/* SwiftUI */
Color(red: 0.867, green: 0.733, blue: 0.875)
/* Android */
Color.parseColor("#ddbbdf")Accessibility — WCAG contrast
Aa
#ddbbdf on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ddbbdf on black: 12.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.7%
Green73.3%
Blue87.5%
CMYK percentages
Cyan0.9%
Magenta16.1%
Yellow0.0%
Key (black)12.5%
Color previews
#ddbbdf text on a black background
contrast 12.25:1
Card sample
#ddbbdf text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ddbbdf;
Background color
Panel with #ddbbdf background
background-color: #ddbbdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ddbbdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(221, 187, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(221, 187, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ddbbdf; background: linear-gradient(135deg, #ddbbdf, #DFBBC9);