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