#db47cf
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
219, 71, 207
HSL
305°, 67%, 57%
CMYK
0, 68, 6, 14
Luminance
0.2407
Every format
| HEX | #db47cf |
| RGB | rgb(219, 71, 207) |
| HSL | hsl(305, 67%, 57%) |
| CMYK | cmyk(0%, 68%, 6%, 14%) |
| LAB | lab(56.2 72.0 -40.8) |
| LCH | lch(56.2 82.8 330.4) |
| OKLCH | oklch(0.653 0.234 331.4) |
Copy-ready code
/* CSS */
color: #db47cf;
background-color: #db47cf;
/* Tailwind (arbitrary) */
class="text-[#db47cf] bg-[#db47cf]"
/* SCSS */
$brand: #db47cf;
/* SwiftUI */
Color(red: 0.859, green: 0.278, blue: 0.812)
/* Android */
Color.parseColor("#db47cf")Accessibility — WCAG contrast
Aa
#db47cf on white: 3.61:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#db47cf on black: 5.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green27.8%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta67.6%
Yellow5.5%
Key (black)14.1%
Color previews
#db47cf text on a black background
contrast 5.81:1
Card sample
#db47cf text on a white background
contrast 3.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db47cf;
Background color
Panel with #db47cf background
background-color: #db47cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db47cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 71, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 71, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db47cf; background: linear-gradient(135deg, #db47cf, #DB476C);