#da5bdf
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
218, 91, 223
HSL
298°, 67%, 62%
CMYK
2, 59, 0, 13
Luminance
0.2772
Every format
| HEX | #da5bdf |
| RGB | rgb(218, 91, 223) |
| HSL | hsl(298, 67%, 62%) |
| CMYK | cmyk(2%, 59%, 0%, 13%) |
| LAB | lab(59.6 66.5 -44.4) |
| LCH | lch(59.6 80.0 326.3) |
| OKLCH | oklch(0.680 0.221 326.2) |
Copy-ready code
/* CSS */
color: #da5bdf;
background-color: #da5bdf;
/* Tailwind (arbitrary) */
class="text-[#da5bdf] bg-[#da5bdf]"
/* SCSS */
$brand: #da5bdf;
/* SwiftUI */
Color(red: 0.855, green: 0.357, blue: 0.875)
/* Android */
Color.parseColor("#da5bdf")Accessibility — WCAG contrast
Aa
#da5bdf on white: 3.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#da5bdf on black: 6.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green35.7%
Blue87.5%
CMYK percentages
Cyan2.2%
Magenta59.2%
Yellow0.0%
Key (black)12.5%
Color previews
#da5bdf text on a black background
contrast 6.54:1
Card sample
#da5bdf text on a white background
contrast 3.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #da5bdf;
Background color
Panel with #da5bdf background
background-color: #da5bdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #da5bdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 91, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 91, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #da5bdf; background: linear-gradient(135deg, #da5bdf, #DF5B8C);