#fd19cb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
253, 25, 203
HSL
313°, 98%, 55%
CMYK
0, 90, 20, 1
Luminance
0.2589
Every format
| HEX | #fd19cb |
| RGB | rgb(253, 25, 203) |
| HSL | hsl(313, 98%, 55%) |
| CMYK | cmyk(0%, 90%, 20%, 1%) |
| LAB | lab(57.9 89.3 -35.4) |
| LCH | lch(57.9 96.0 338.4) |
| OKLCH | oklch(0.675 0.284 340.3) |
Copy-ready code
/* CSS */
color: #fd19cb;
background-color: #fd19cb;
/* Tailwind (arbitrary) */
class="text-[#fd19cb] bg-[#fd19cb]"
/* SCSS */
$brand: #fd19cb;
/* SwiftUI */
Color(red: 0.992, green: 0.098, blue: 0.796)
/* Android */
Color.parseColor("#fd19cb")Accessibility — WCAG contrast
Aa
#fd19cb on white: 3.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd19cb on black: 6.18:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green9.8%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta90.1%
Yellow19.8%
Key (black)0.8%
Color previews
#fd19cb text on a black background
contrast 6.18:1
Card sample
#fd19cb text on a white background
contrast 3.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd19cb;
Background color
Panel with #fd19cb background
background-color: #fd19cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd19cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 25, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 25, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd19cb; background: linear-gradient(135deg, #fd19cb, #FD1933);