#db147f
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
219, 20, 127
HSL
328°, 83%, 47%
CMYK
0, 91, 42, 14
Luminance
0.1709
Every format
| HEX | #db147f |
| RGB | rgb(219, 20, 127) |
| HSL | hsl(328, 83%, 47%) |
| CMYK | cmyk(0%, 91%, 42%, 14%) |
| LAB | lab(48.4 75.0 -5.7) |
| LCH | lch(48.4 75.2 355.7) |
| OKLCH | oklch(0.586 0.232 356.5) |
Copy-ready code
/* CSS */
color: #db147f;
background-color: #db147f;
/* Tailwind (arbitrary) */
class="text-[#db147f] bg-[#db147f]"
/* SCSS */
$brand: #db147f;
/* SwiftUI */
Color(red: 0.859, green: 0.078, blue: 0.498)
/* Android */
Color.parseColor("#db147f")Accessibility — WCAG contrast
Aa
#db147f on white: 4.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#db147f on black: 4.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green7.8%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta90.9%
Yellow42.0%
Key (black)14.1%
Color previews
#db147f text on a black background
contrast 4.42:1
Card sample
#db147f text on a white background
contrast 4.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db147f;
Background color
Panel with #db147f background
background-color: #db147f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db147f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 20, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 20, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db147f; background: linear-gradient(135deg, #db147f, #DB2E14);