#db387f
a balanced, vivid magenta / pink · warm · closest name: crimson
RGB
219, 56, 127
HSL
334°, 69%, 54%
CMYK
0, 74, 42, 14
Luminance
0.1942
Every format
| HEX | #db387f |
| RGB | rgb(219, 56, 127) |
| HSL | hsl(334, 69%, 54%) |
| CMYK | cmyk(0%, 74%, 42%, 14%) |
| LAB | lab(51.2 67.0 -1.6) |
| LCH | lch(51.2 67.0 358.7) |
| OKLCH | oklch(0.606 0.206 359.1) |
Copy-ready code
/* CSS */
color: #db387f;
background-color: #db387f;
/* Tailwind (arbitrary) */
class="text-[#db387f] bg-[#db387f]"
/* SCSS */
$brand: #db387f;
/* SwiftUI */
Color(red: 0.859, green: 0.220, blue: 0.498)
/* Android */
Color.parseColor("#db387f")Accessibility — WCAG contrast
Aa
#db387f on white: 4.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#db387f on black: 4.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green22.0%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta74.4%
Yellow42.0%
Key (black)14.1%
Color previews
#db387f text on a black background
contrast 4.88:1
Card sample
#db387f text on a white background
contrast 4.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db387f;
Background color
Panel with #db387f background
background-color: #db387f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db387f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 56, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 56, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db387f; background: linear-gradient(135deg, #db387f, #DB5E38);