#d09bcf
a light, soft magenta / pink · warm · closest name: plum
RGB
208, 155, 207
HSL
301°, 36%, 71%
CMYK
0, 26, 1, 18
Luminance
0.4136
Every format
| HEX | #d09bcf |
| RGB | rgb(208, 155, 207) |
| HSL | hsl(301, 36%, 71%) |
| CMYK | cmyk(0%, 26%, 1%, 18%) |
| LAB | lab(70.4 28.4 -18.9) |
| LCH | lch(70.4 34.1 326.4) |
| OKLCH | oklch(0.756 0.094 327.1) |
Copy-ready code
/* CSS */
color: #d09bcf;
background-color: #d09bcf;
/* Tailwind (arbitrary) */
class="text-[#d09bcf] bg-[#d09bcf]"
/* SCSS */
$brand: #d09bcf;
/* SwiftUI */
Color(red: 0.816, green: 0.608, blue: 0.812)
/* Android */
Color.parseColor("#d09bcf")Accessibility — WCAG contrast
Aa
#d09bcf on white: 2.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d09bcf on black: 9.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.6%
Green60.8%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta25.5%
Yellow0.5%
Key (black)18.4%
Color previews
#d09bcf text on a black background
contrast 9.27:1
Card sample
#d09bcf text on a white background
contrast 2.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d09bcf;
Background color
Panel with #d09bcf background
background-color: #d09bcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d09bcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(208, 155, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(208, 155, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d09bcf; background: linear-gradient(135deg, #d09bcf, #D09BAC);