#db6eb7
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
219, 110, 183
HSL
320°, 60%, 65%
CMYK
0, 50, 16, 14
Luminance
0.2963
Every format
| HEX | #db6eb7 |
| RGB | rgb(219, 110, 183) |
| HSL | hsl(320, 60%, 65%) |
| CMYK | cmyk(0%, 50%, 16%, 14%) |
| LAB | lab(61.3 51.5 -19.1) |
| LCH | lch(61.3 54.9 339.6) |
| OKLCH | oklch(0.688 0.161 341.5) |
Copy-ready code
/* CSS */
color: #db6eb7;
background-color: #db6eb7;
/* Tailwind (arbitrary) */
class="text-[#db6eb7] bg-[#db6eb7]"
/* SCSS */
$brand: #db6eb7;
/* SwiftUI */
Color(red: 0.859, green: 0.431, blue: 0.718)
/* Android */
Color.parseColor("#db6eb7")Accessibility — WCAG contrast
Aa
#db6eb7 on white: 3.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#db6eb7 on black: 6.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green43.1%
Blue71.8%
CMYK percentages
Cyan0.0%
Magenta49.8%
Yellow16.4%
Key (black)14.1%
Color previews
#db6eb7 text on a black background
contrast 6.93:1
Card sample
#db6eb7 text on a white background
contrast 3.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db6eb7;
Background color
Panel with #db6eb7 background
background-color: #db6eb7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db6eb7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 110, 183, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 110, 183, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db6eb7; background: linear-gradient(135deg, #db6eb7, #DB6E6E);