#db7fd9
a light, vivid magenta / pink · warm · closest name: orchid
RGB
219, 127, 217
HSL
301°, 56%, 68%
CMYK
0, 42, 1, 14
Luminance
0.3525
Every format
| HEX | #db7fd9 |
| RGB | rgb(219, 127, 217) |
| HSL | hsl(301, 56%, 68%) |
| CMYK | cmyk(0%, 42%, 1%, 14%) |
| LAB | lab(65.9 48.6 -31.2) |
| LCH | lch(65.9 57.8 327.3) |
| OKLCH | oklch(0.726 0.160 327.8) |
Copy-ready code
/* CSS */
color: #db7fd9;
background-color: #db7fd9;
/* Tailwind (arbitrary) */
class="text-[#db7fd9] bg-[#db7fd9]"
/* SCSS */
$brand: #db7fd9;
/* SwiftUI */
Color(red: 0.859, green: 0.498, blue: 0.851)
/* Android */
Color.parseColor("#db7fd9")Accessibility — WCAG contrast
Aa
#db7fd9 on white: 2.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#db7fd9 on black: 8.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green49.8%
Blue85.1%
CMYK percentages
Cyan0.0%
Magenta42.0%
Yellow0.9%
Key (black)14.1%
Color previews
#db7fd9 text on a black background
contrast 8.05:1
Card sample
#db7fd9 text on a white background
contrast 2.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db7fd9;
Background color
Panel with #db7fd9 background
background-color: #db7fd9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db7fd9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 127, 217, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 127, 217, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db7fd9; background: linear-gradient(135deg, #db7fd9, #DB7F9C);