#db89cf
a light, vivid magenta / pink · warm · closest name: plum
RGB
219, 137, 207
HSL
309°, 53%, 70%
CMYK
0, 37, 6, 14
Luminance
0.3746
Every format
| HEX | #db89cf |
| RGB | rgb(219, 137, 207) |
| HSL | hsl(309, 53%, 70%) |
| CMYK | cmyk(0%, 37%, 6%, 14%) |
| LAB | lab(67.6 41.6 -23.1) |
| LCH | lch(67.6 47.6 331.0) |
| OKLCH | oklch(0.738 0.134 332.3) |
Copy-ready code
/* CSS */
color: #db89cf;
background-color: #db89cf;
/* Tailwind (arbitrary) */
class="text-[#db89cf] bg-[#db89cf]"
/* SCSS */
$brand: #db89cf;
/* SwiftUI */
Color(red: 0.859, green: 0.537, blue: 0.812)
/* Android */
Color.parseColor("#db89cf")Accessibility — WCAG contrast
Aa
#db89cf on white: 2.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#db89cf on black: 8.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green53.7%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta37.4%
Yellow5.5%
Key (black)14.1%
Color previews
#db89cf text on a black background
contrast 8.49:1
Card sample
#db89cf text on a white background
contrast 2.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db89cf;
Background color
Panel with #db89cf background
background-color: #db89cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db89cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 137, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 137, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db89cf; background: linear-gradient(135deg, #db89cf, #DB8998);