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