#db2cbf
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
219, 44, 191
HSL
310°, 71%, 52%
CMYK
0, 80, 13, 14
Luminance
0.2062
Every format
| HEX | #db2cbf |
| RGB | rgb(219, 44, 191) |
| HSL | hsl(310, 71%, 52%) |
| CMYK | cmyk(0%, 80%, 13%, 14%) |
| LAB | lab(52.5 77.8 -37.3) |
| LCH | lch(52.5 86.3 334.4) |
| OKLCH | oklch(0.624 0.250 335.9) |
Copy-ready code
/* CSS */
color: #db2cbf;
background-color: #db2cbf;
/* Tailwind (arbitrary) */
class="text-[#db2cbf] bg-[#db2cbf]"
/* SCSS */
$brand: #db2cbf;
/* SwiftUI */
Color(red: 0.859, green: 0.173, blue: 0.749)
/* Android */
Color.parseColor("#db2cbf")Accessibility — WCAG contrast
Aa
#db2cbf on white: 4.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#db2cbf on black: 5.12:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green17.3%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta79.9%
Yellow12.8%
Key (black)14.1%
Color previews
#db2cbf text on a black background
contrast 5.12:1
Card sample
#db2cbf text on a white background
contrast 4.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db2cbf;
Background color
Panel with #db2cbf background
background-color: #db2cbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db2cbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 44, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 44, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db2cbf; background: linear-gradient(135deg, #db2cbf, #DB2C4A);