#db6eb2
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
219, 110, 178
HSL
323°, 60%, 65%
CMYK
0, 50, 19, 14
Luminance
0.2943
Every format
| HEX | #db6eb2 |
| RGB | rgb(219, 110, 178) |
| HSL | hsl(323, 60%, 65%) |
| CMYK | cmyk(0%, 50%, 19%, 14%) |
| LAB | lab(61.2 50.7 -16.5) |
| LCH | lch(61.2 53.4 342.0) |
| OKLCH | oklch(0.686 0.157 343.8) |
Copy-ready code
/* CSS */
color: #db6eb2;
background-color: #db6eb2;
/* Tailwind (arbitrary) */
class="text-[#db6eb2] bg-[#db6eb2]"
/* SCSS */
$brand: #db6eb2;
/* SwiftUI */
Color(red: 0.859, green: 0.431, blue: 0.698)
/* Android */
Color.parseColor("#db6eb2")Accessibility — WCAG contrast
Aa
#db6eb2 on white: 3.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#db6eb2 on black: 6.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green43.1%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta49.8%
Yellow18.7%
Key (black)14.1%
Color previews
#db6eb2 text on a black background
contrast 6.89:1
Card sample
#db6eb2 text on a white background
contrast 3.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db6eb2;
Background color
Panel with #db6eb2 background
background-color: #db6eb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db6eb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 110, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 110, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db6eb2; background: linear-gradient(135deg, #db6eb2, #DB736E);