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