#db5fcc
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
219, 95, 204
HSL
307°, 63%, 62%
CMYK
0, 57, 7, 14
Luminance
0.2760
Every format
| HEX | #db5fcc |
| RGB | rgb(219, 95, 204) |
| HSL | hsl(307, 63%, 62%) |
| CMYK | cmyk(0%, 57%, 7%, 14%) |
| LAB | lab(59.5 61.8 -33.9) |
| LCH | lch(59.5 70.5 331.3) |
| OKLCH | oklch(0.677 0.200 332.5) |
Copy-ready code
/* CSS */
color: #db5fcc;
background-color: #db5fcc;
/* Tailwind (arbitrary) */
class="text-[#db5fcc] bg-[#db5fcc]"
/* SCSS */
$brand: #db5fcc;
/* SwiftUI */
Color(red: 0.859, green: 0.373, blue: 0.800)
/* Android */
Color.parseColor("#db5fcc")Accessibility — WCAG contrast
Aa
#db5fcc on white: 3.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#db5fcc on black: 6.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green37.3%
Blue80.0%
CMYK percentages
Cyan0.0%
Magenta56.6%
Yellow6.8%
Key (black)14.1%
Color previews
#db5fcc text on a black background
contrast 6.52:1
Card sample
#db5fcc text on a white background
contrast 3.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db5fcc;
Background color
Panel with #db5fcc background
background-color: #db5fcc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db5fcc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 95, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 95, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db5fcc; background: linear-gradient(135deg, #db5fcc, #DB5F79);