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