#da16cf
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
218, 22, 207
HSL
303°, 82%, 47%
CMYK
0, 90, 5, 15
Luminance
0.1998
Every format
| HEX | #da16cf |
| RGB | rgb(218, 22, 207) |
| HSL | hsl(303, 82%, 47%) |
| CMYK | cmyk(0%, 90%, 5%, 15%) |
| LAB | lab(51.8 83.8 -47.7) |
| LCH | lch(51.8 96.4 330.3) |
| OKLCH | oklch(0.622 0.273 331.1) |
Copy-ready code
/* CSS */
color: #da16cf;
background-color: #da16cf;
/* Tailwind (arbitrary) */
class="text-[#da16cf] bg-[#da16cf]"
/* SCSS */
$brand: #da16cf;
/* SwiftUI */
Color(red: 0.855, green: 0.086, blue: 0.812)
/* Android */
Color.parseColor("#da16cf")Accessibility — WCAG contrast
Aa
#da16cf on white: 4.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#da16cf on black: 5.00:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green8.6%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta89.9%
Yellow5.0%
Key (black)14.5%
Color previews
#da16cf text on a black background
contrast 5.00:1
Card sample
#da16cf text on a white background
contrast 4.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #da16cf;
Background color
Panel with #da16cf background
background-color: #da16cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #da16cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 22, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 22, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #da16cf; background: linear-gradient(135deg, #da16cf, #DA164C);