#db6fd7
a balanced, vivid magenta / pink · warm · “orchid”
RGB
219, 111, 215
HSL
302°, 60%, 65%
CMYK
0, 49, 2, 14
Luminance
0.3134
Every format
| HEX | #db6fd7 |
| RGB | rgb(219, 111, 215) |
| HSL | hsl(302, 60%, 65%) |
| CMYK | cmyk(0%, 49%, 2%, 14%) |
| LAB | lab(62.8 56.2 -35.0) |
| LCH | lch(62.8 66.2 328.1) |
| OKLCH | oklch(0.703 0.184 328.7) |
Copy-ready code
/* CSS */
color: #db6fd7;
background-color: #db6fd7;
/* Tailwind (arbitrary) */
class="text-[#db6fd7] bg-[#db6fd7]"
/* SCSS */
$brand: #db6fd7;
/* SwiftUI */
Color(red: 0.859, green: 0.435, blue: 0.843)
/* Android */
Color.parseColor("#db6fd7")Accessibility — WCAG contrast
Aa
#db6fd7 on white: 2.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#db6fd7 on black: 7.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green43.5%
Blue84.3%
CMYK percentages
Cyan0.0%
Magenta49.3%
Yellow1.8%
Key (black)14.1%
Color previews
#db6fd7 text on a black background
contrast 7.27:1
Card sample
#db6fd7 text on a white background
contrast 2.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db6fd7;
Background color
Panel with #db6fd7 background
background-color: #db6fd7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db6fd7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 111, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 111, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db6fd7; background: linear-gradient(135deg, #db6fd7, #DB6F8F);