#d69fdf
a light, vivid magenta / pink · warm · closest name: plum
RGB
214, 159, 223
HSL
292°, 50%, 75%
CMYK
4, 29, 0, 13
Luminance
0.4442
Every format
| HEX | #d69fdf |
| RGB | rgb(214, 159, 223) |
| HSL | hsl(292, 50%, 75%) |
| CMYK | cmyk(4%, 29%, 0%, 13%) |
| LAB | lab(72.5 31.2 -24.5) |
| LCH | lch(72.5 39.6 321.9) |
| OKLCH | oklch(0.775 0.107 321.7) |
Copy-ready code
/* CSS */
color: #d69fdf;
background-color: #d69fdf;
/* Tailwind (arbitrary) */
class="text-[#d69fdf] bg-[#d69fdf]"
/* SCSS */
$brand: #d69fdf;
/* SwiftUI */
Color(red: 0.839, green: 0.624, blue: 0.875)
/* Android */
Color.parseColor("#d69fdf")Accessibility — WCAG contrast
Aa
#d69fdf on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d69fdf on black: 9.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.9%
Green62.4%
Blue87.5%
CMYK percentages
Cyan4.0%
Magenta28.7%
Yellow0.0%
Key (black)12.5%
Color previews
#d69fdf text on a black background
contrast 9.88:1
Card sample
#d69fdf text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d69fdf;
Background color
Panel with #d69fdf background
background-color: #d69fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d69fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(214, 159, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(214, 159, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d69fdf; background: linear-gradient(135deg, #d69fdf, #DF9FBD);