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