#d09abf
a light, soft magenta / pink · warm · closest name: plum
RGB
208, 154, 191
HSL
319°, 37%, 71%
CMYK
0, 26, 8, 18
Luminance
0.4028
Every format
| HEX | #d09abf |
| RGB | rgb(208, 154, 191) |
| HSL | hsl(319, 37%, 71%) |
| CMYK | cmyk(0%, 26%, 8%, 18%) |
| LAB | lab(69.7 26.0 -11.2) |
| LCH | lch(69.7 28.3 336.8) |
| OKLCH | oklch(0.749 0.081 338.5) |
Copy-ready code
/* CSS */
color: #d09abf;
background-color: #d09abf;
/* Tailwind (arbitrary) */
class="text-[#d09abf] bg-[#d09abf]"
/* SCSS */
$brand: #d09abf;
/* SwiftUI */
Color(red: 0.816, green: 0.604, blue: 0.749)
/* Android */
Color.parseColor("#d09abf")Accessibility — WCAG contrast
Aa
#d09abf on white: 2.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d09abf on black: 9.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.6%
Green60.4%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta26.0%
Yellow8.2%
Key (black)18.4%
Color previews
#d09abf text on a black background
contrast 9.06:1
Card sample
#d09abf text on a white background
contrast 2.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d09abf;
Background color
Panel with #d09abf background
background-color: #d09abf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d09abf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(208, 154, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(208, 154, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d09abf; background: linear-gradient(135deg, #d09abf, #D09A9B);