#db129f
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
219, 18, 159
HSL
318°, 85%, 47%
CMYK
0, 92, 27, 14
Luminance
0.1800
Every format
| HEX | #db129f |
| RGB | rgb(219, 18, 159) |
| HSL | hsl(318, 85%, 47%) |
| CMYK | cmyk(0%, 92%, 27%, 14%) |
| LAB | lab(49.5 78.4 -23.3) |
| LCH | lch(49.5 81.8 343.5) |
| OKLCH | oklch(0.598 0.247 345.5) |
Copy-ready code
/* CSS */
color: #db129f;
background-color: #db129f;
/* Tailwind (arbitrary) */
class="text-[#db129f] bg-[#db129f]"
/* SCSS */
$brand: #db129f;
/* SwiftUI */
Color(red: 0.859, green: 0.071, blue: 0.624)
/* Android */
Color.parseColor("#db129f")Accessibility — WCAG contrast
Aa
#db129f on white: 4.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#db129f on black: 4.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green7.1%
Blue62.4%
CMYK percentages
Cyan0.0%
Magenta91.8%
Yellow27.4%
Key (black)14.1%
Color previews
#db129f text on a black background
contrast 4.60:1
Card sample
#db129f text on a white background
contrast 4.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db129f;
Background color
Panel with #db129f background
background-color: #db129f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db129f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 18, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 18, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db129f; background: linear-gradient(135deg, #db129f, #DB1219);