#db5fd1
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
219, 95, 209
HSL
305°, 63%, 62%
CMYK
0, 57, 5, 14
Luminance
0.2785
Every format
| HEX | #db5fd1 |
| RGB | rgb(219, 95, 209) |
| HSL | hsl(305, 63%, 62%) |
| CMYK | cmyk(0%, 57%, 5%, 14%) |
| LAB | lab(59.8 62.6 -36.3) |
| LCH | lch(59.8 72.4 329.9) |
| OKLCH | oklch(0.679 0.204 330.8) |
Copy-ready code
/* CSS */
color: #db5fd1;
background-color: #db5fd1;
/* Tailwind (arbitrary) */
class="text-[#db5fd1] bg-[#db5fd1]"
/* SCSS */
$brand: #db5fd1;
/* SwiftUI */
Color(red: 0.859, green: 0.373, blue: 0.820)
/* Android */
Color.parseColor("#db5fd1")Accessibility — WCAG contrast
Aa
#db5fd1 on white: 3.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#db5fd1 on black: 6.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green37.3%
Blue82.0%
CMYK percentages
Cyan0.0%
Magenta56.6%
Yellow4.6%
Key (black)14.1%
Color previews
#db5fd1 text on a black background
contrast 6.57:1
Card sample
#db5fd1 text on a white background
contrast 3.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db5fd1;
Background color
Panel with #db5fd1 background
background-color: #db5fd1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db5fd1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 95, 209, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 95, 209, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db5fd1; background: linear-gradient(135deg, #db5fd1, #DB5F7F);