#fd19ce
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
253, 25, 206
HSL
312°, 98%, 55%
CMYK
0, 90, 19, 1
Luminance
0.2603
Every format
| HEX | #fd19ce |
| RGB | rgb(253, 25, 206) |
| HSL | hsl(312, 98%, 55%) |
| CMYK | cmyk(0%, 90%, 19%, 1%) |
| LAB | lab(58.1 89.7 -36.9) |
| LCH | lch(58.1 96.9 337.6) |
| OKLCH | oklch(0.677 0.286 339.6) |
Copy-ready code
/* CSS */
color: #fd19ce;
background-color: #fd19ce;
/* Tailwind (arbitrary) */
class="text-[#fd19ce] bg-[#fd19ce]"
/* SCSS */
$brand: #fd19ce;
/* SwiftUI */
Color(red: 0.992, green: 0.098, blue: 0.808)
/* Android */
Color.parseColor("#fd19ce")Accessibility — WCAG contrast
Aa
#fd19ce on white: 3.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd19ce on black: 6.21:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green9.8%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta90.1%
Yellow18.6%
Key (black)0.8%
Color previews
#fd19ce text on a black background
contrast 6.21:1
Card sample
#fd19ce text on a white background
contrast 3.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd19ce;
Background color
Panel with #fd19ce background
background-color: #fd19ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd19ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 25, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 25, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd19ce; background: linear-gradient(135deg, #fd19ce, #FD1936);