#db166f
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
219, 22, 111
HSL
333°, 82%, 47%
CMYK
0, 90, 49, 14
Luminance
0.1678
Every format
| HEX | #db166f |
| RGB | rgb(219, 22, 111) |
| HSL | hsl(333, 82%, 47%) |
| CMYK | cmyk(0%, 90%, 49%, 14%) |
| LAB | lab(48.0 73.4 3.5) |
| LCH | lch(48.0 73.5 2.8) |
| OKLCH | oklch(0.581 0.226 2.5) |
Copy-ready code
/* CSS */
color: #db166f;
background-color: #db166f;
/* Tailwind (arbitrary) */
class="text-[#db166f] bg-[#db166f]"
/* SCSS */
$brand: #db166f;
/* SwiftUI */
Color(red: 0.859, green: 0.086, blue: 0.435)
/* Android */
Color.parseColor("#db166f")Accessibility — WCAG contrast
Aa
#db166f on white: 4.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#db166f on black: 4.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green8.6%
Blue43.5%
CMYK percentages
Cyan0.0%
Magenta90.0%
Yellow49.3%
Key (black)14.1%
Color previews
#db166f text on a black background
contrast 4.36:1
Card sample
#db166f text on a white background
contrast 4.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db166f;
Background color
Panel with #db166f background
background-color: #db166f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db166f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 22, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 22, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db166f; background: linear-gradient(135deg, #db166f, #DB4016);