#d09ecf
a light, soft magenta / pink · warm · closest name: plum
RGB
208, 158, 207
HSL
301°, 35%, 72%
CMYK
0, 24, 1, 18
Luminance
0.4237
Every format
| HEX | #d09ecf |
| RGB | rgb(208, 158, 207) |
| HSL | hsl(301, 35%, 72%) |
| CMYK | cmyk(0%, 24%, 1%, 18%) |
| LAB | lab(71.1 26.7 -17.8) |
| LCH | lch(71.1 32.1 326.3) |
| OKLCH | oklch(0.761 0.088 327.0) |
Copy-ready code
/* CSS */
color: #d09ecf;
background-color: #d09ecf;
/* Tailwind (arbitrary) */
class="text-[#d09ecf] bg-[#d09ecf]"
/* SCSS */
$brand: #d09ecf;
/* SwiftUI */
Color(red: 0.816, green: 0.620, blue: 0.812)
/* Android */
Color.parseColor("#d09ecf")Accessibility — WCAG contrast
Aa
#d09ecf on white: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d09ecf on black: 9.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.6%
Green62.0%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta24.0%
Yellow0.5%
Key (black)18.4%
Color previews
#d09ecf text on a black background
contrast 9.47:1
Card sample
#d09ecf text on a white background
contrast 2.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d09ecf;
Background color
Panel with #d09ecf background
background-color: #d09ecf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d09ecf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(208, 158, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(208, 158, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d09ecf; background: linear-gradient(135deg, #d09ecf, #D09EAE);