#db5fd8
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
219, 95, 216
HSL
302°, 63%, 62%
CMYK
0, 57, 1, 14
Luminance
0.2820
Every format
| HEX | #db5fd8 |
| RGB | rgb(219, 95, 216) |
| HSL | hsl(302, 63%, 62%) |
| CMYK | cmyk(0%, 57%, 1%, 14%) |
| LAB | lab(60.1 63.8 -39.8) |
| LCH | lch(60.1 75.2 328.1) |
| OKLCH | oklch(0.683 0.209 328.5) |
Copy-ready code
/* CSS */
color: #db5fd8;
background-color: #db5fd8;
/* Tailwind (arbitrary) */
class="text-[#db5fd8] bg-[#db5fd8]"
/* SCSS */
$brand: #db5fd8;
/* SwiftUI */
Color(red: 0.859, green: 0.373, blue: 0.847)
/* Android */
Color.parseColor("#db5fd8")Accessibility — WCAG contrast
Aa
#db5fd8 on white: 3.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#db5fd8 on black: 6.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green37.3%
Blue84.7%
CMYK percentages
Cyan0.0%
Magenta56.6%
Yellow1.4%
Key (black)14.1%
Color previews
#db5fd8 text on a black background
contrast 6.64:1
Card sample
#db5fd8 text on a white background
contrast 3.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db5fd8;
Background color
Panel with #db5fd8 background
background-color: #db5fd8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db5fd8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 95, 216, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 95, 216, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db5fd8; background: linear-gradient(135deg, #db5fd8, #DB5F85);