#db0c8e
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
219, 12, 142
HSL
322°, 90%, 45%
CMYK
0, 95, 35, 14
Luminance
0.1728
Every format
| HEX | #db0c8e |
| RGB | rgb(219, 12, 142) |
| HSL | hsl(322, 90%, 45%) |
| CMYK | cmyk(0%, 95%, 35%, 14%) |
| LAB | lab(48.6 77.2 -14.4) |
| LCH | lch(48.6 78.6 349.4) |
| OKLCH | oklch(0.589 0.241 351.0) |
Copy-ready code
/* CSS */
color: #db0c8e;
background-color: #db0c8e;
/* Tailwind (arbitrary) */
class="text-[#db0c8e] bg-[#db0c8e]"
/* SCSS */
$brand: #db0c8e;
/* SwiftUI */
Color(red: 0.859, green: 0.047, blue: 0.557)
/* Android */
Color.parseColor("#db0c8e")Accessibility — WCAG contrast
Aa
#db0c8e on white: 4.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#db0c8e on black: 4.46:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green4.7%
Blue55.7%
CMYK percentages
Cyan0.0%
Magenta94.5%
Yellow35.2%
Key (black)14.1%
Color previews
#db0c8e text on a black background
contrast 4.46:1
Card sample
#db0c8e text on a white background
contrast 4.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db0c8e;
Background color
Panel with #db0c8e background
background-color: #db0c8e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db0c8e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 12, 142, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 12, 142, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db0c8e; background: linear-gradient(135deg, #db0c8e, #DB140C);