#fd13cb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
253, 19, 203
HSL
313°, 98%, 53%
CMYK
0, 93, 20, 1
Luminance
0.2566
Every format
| HEX | #fd13cb |
| RGB | rgb(253, 19, 203) |
| HSL | hsl(313, 98%, 53%) |
| CMYK | cmyk(0%, 93%, 20%, 1%) |
| LAB | lab(57.7 89.9 -35.7) |
| LCH | lch(57.7 96.8 338.3) |
| OKLCH | oklch(0.674 0.287 340.3) |
Copy-ready code
/* CSS */
color: #fd13cb;
background-color: #fd13cb;
/* Tailwind (arbitrary) */
class="text-[#fd13cb] bg-[#fd13cb]"
/* SCSS */
$brand: #fd13cb;
/* SwiftUI */
Color(red: 0.992, green: 0.075, blue: 0.796)
/* Android */
Color.parseColor("#fd13cb")Accessibility — WCAG contrast
Aa
#fd13cb on white: 3.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd13cb on black: 6.13:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green7.5%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta92.5%
Yellow19.8%
Key (black)0.8%
Color previews
#fd13cb text on a black background
contrast 6.13:1
Card sample
#fd13cb text on a white background
contrast 3.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd13cb;
Background color
Panel with #fd13cb background
background-color: #fd13cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd13cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 19, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 19, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd13cb; background: linear-gradient(135deg, #fd13cb, #FD132F);