#db2c7f
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
219, 44, 127
HSL
332°, 71%, 52%
CMYK
0, 80, 42, 14
Luminance
0.1839
Every format
| HEX | #db2c7f |
| RGB | rgb(219, 44, 127) |
| HSL | hsl(332, 71%, 52%) |
| CMYK | cmyk(0%, 80%, 42%, 14%) |
| LAB | lab(50.0 70.4 -3.3) |
| LCH | lch(50.0 70.5 357.3) |
| OKLCH | oklch(0.597 0.217 357.9) |
Copy-ready code
/* CSS */
color: #db2c7f;
background-color: #db2c7f;
/* Tailwind (arbitrary) */
class="text-[#db2c7f] bg-[#db2c7f]"
/* SCSS */
$brand: #db2c7f;
/* SwiftUI */
Color(red: 0.859, green: 0.173, blue: 0.498)
/* Android */
Color.parseColor("#db2c7f")Accessibility — WCAG contrast
Aa
#db2c7f on white: 4.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#db2c7f on black: 4.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green17.3%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta79.9%
Yellow42.0%
Key (black)14.1%
Color previews
#db2c7f text on a black background
contrast 4.68:1
Card sample
#db2c7f text on a white background
contrast 4.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db2c7f;
Background color
Panel with #db2c7f background
background-color: #db2c7f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db2c7f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 44, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 44, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db2c7f; background: linear-gradient(135deg, #db2c7f, #DB4E2C);