#da9fd2
a light, soft magenta / pink · warm · closest name: plum
RGB
218, 159, 210
HSL
308°, 44%, 74%
CMYK
0, 27, 4, 15
Luminance
0.4435
Every format
| HEX | #da9fd2 |
| RGB | rgb(218, 159, 210) |
| HSL | hsl(308, 44%, 74%) |
| CMYK | cmyk(0%, 27%, 4%, 15%) |
| LAB | lab(72.5 30.1 -17.4) |
| LCH | lch(72.5 34.7 330.0) |
| OKLCH | oklch(0.774 0.097 331.2) |
Copy-ready code
/* CSS */
color: #da9fd2;
background-color: #da9fd2;
/* Tailwind (arbitrary) */
class="text-[#da9fd2] bg-[#da9fd2]"
/* SCSS */
$brand: #da9fd2;
/* SwiftUI */
Color(red: 0.855, green: 0.624, blue: 0.824)
/* Android */
Color.parseColor("#da9fd2")Accessibility — WCAG contrast
Aa
#da9fd2 on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#da9fd2 on black: 9.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green62.4%
Blue82.4%
CMYK percentages
Cyan0.0%
Magenta27.1%
Yellow3.7%
Key (black)14.5%
Color previews
#da9fd2 text on a black background
contrast 9.87:1
Card sample
#da9fd2 text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #da9fd2;
Background color
Panel with #da9fd2 background
background-color: #da9fd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #da9fd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 159, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 159, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #da9fd2; background: linear-gradient(135deg, #da9fd2, #DA9FAB);