#db93cf
a light, vivid magenta / pink · warm · closest name: plum
RGB
219, 147, 207
HSL
310°, 50%, 72%
CMYK
0, 33, 6, 14
Luminance
0.4043
Every format
| HEX | #db93cf |
| RGB | rgb(219, 147, 207) |
| HSL | hsl(310, 50%, 72%) |
| CMYK | cmyk(0%, 33%, 6%, 14%) |
| LAB | lab(69.8 36.3 -19.8) |
| LCH | lch(69.8 41.4 331.4) |
| OKLCH | oklch(0.754 0.116 332.8) |
Copy-ready code
/* CSS */
color: #db93cf;
background-color: #db93cf;
/* Tailwind (arbitrary) */
class="text-[#db93cf] bg-[#db93cf]"
/* SCSS */
$brand: #db93cf;
/* SwiftUI */
Color(red: 0.859, green: 0.576, blue: 0.812)
/* Android */
Color.parseColor("#db93cf")Accessibility — WCAG contrast
Aa
#db93cf on white: 2.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#db93cf on black: 9.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green57.6%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta32.9%
Yellow5.5%
Key (black)14.1%
Color previews
#db93cf text on a black background
contrast 9.09:1
Card sample
#db93cf text on a white background
contrast 2.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db93cf;
Background color
Panel with #db93cf background
background-color: #db93cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db93cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 147, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 147, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db93cf; background: linear-gradient(135deg, #db93cf, #DB939F);