#db71cf
a light, vivid magenta / pink · warm · closest name: orchid
RGB
219, 113, 207
HSL
307°, 60%, 65%
CMYK
0, 48, 6, 14
Luminance
0.3138
Every format
| HEX | #db71cf |
| RGB | rgb(219, 113, 207) |
| HSL | hsl(307, 60%, 65%) |
| CMYK | cmyk(0%, 48%, 6%, 14%) |
| LAB | lab(62.8 53.9 -30.4) |
| LCH | lch(62.8 61.9 330.5) |
| OKLCH | oklch(0.702 0.174 331.6) |
Copy-ready code
/* CSS */
color: #db71cf;
background-color: #db71cf;
/* Tailwind (arbitrary) */
class="text-[#db71cf] bg-[#db71cf]"
/* SCSS */
$brand: #db71cf;
/* SwiftUI */
Color(red: 0.859, green: 0.443, blue: 0.812)
/* Android */
Color.parseColor("#db71cf")Accessibility — WCAG contrast
Aa
#db71cf on white: 2.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#db71cf on black: 7.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green44.3%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta48.4%
Yellow5.5%
Key (black)14.1%
Color previews
#db71cf text on a black background
contrast 7.28:1
Card sample
#db71cf text on a white background
contrast 2.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db71cf;
Background color
Panel with #db71cf background
background-color: #db71cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db71cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 113, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 113, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db71cf; background: linear-gradient(135deg, #db71cf, #DB7188);