#d09fdf
a light, vivid violet · warm · closest name: plum
RGB
208, 159, 223
HSL
286°, 50%, 75%
CMYK
7, 29, 0, 13
Luminance
0.4353
Every format
| HEX | #d09fdf |
| RGB | rgb(208, 159, 223) |
| HSL | hsl(286, 50%, 75%) |
| CMYK | cmyk(7%, 29%, 0%, 13%) |
| LAB | lab(71.9 29.3 -25.4) |
| LCH | lch(71.9 38.8 319.0) |
| OKLCH | oklch(0.769 0.104 318.1) |
Copy-ready code
/* CSS */
color: #d09fdf;
background-color: #d09fdf;
/* Tailwind (arbitrary) */
class="text-[#d09fdf] bg-[#d09fdf]"
/* SCSS */
$brand: #d09fdf;
/* SwiftUI */
Color(red: 0.816, green: 0.624, blue: 0.875)
/* Android */
Color.parseColor("#d09fdf")Accessibility — WCAG contrast
Aa
#d09fdf on white: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d09fdf on black: 9.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.6%
Green62.4%
Blue87.5%
CMYK percentages
Cyan6.7%
Magenta28.7%
Yellow0.0%
Key (black)12.5%
Color previews
#d09fdf text on a black background
contrast 9.71:1
Card sample
#d09fdf text on a white background
contrast 2.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d09fdf;
Background color
Panel with #d09fdf background
background-color: #d09fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d09fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(208, 159, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(208, 159, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d09fdf; background: linear-gradient(135deg, #d09fdf, #DF9FC3);