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