#fd13af
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
253, 19, 175
HSL
320°, 98%, 53%
CMYK
0, 93, 31, 1
Luminance
0.2444
Every format
| HEX | #fd13af |
| RGB | rgb(253, 19, 175) |
| HSL | hsl(320, 98%, 53%) |
| CMYK | cmyk(0%, 93%, 31%, 1%) |
| LAB | lab(56.5 86.8 -21.4) |
| LCH | lch(56.5 89.4 346.2) |
| OKLCH | oklch(0.662 0.272 348.1) |
Copy-ready code
/* CSS */
color: #fd13af;
background-color: #fd13af;
/* Tailwind (arbitrary) */
class="text-[#fd13af] bg-[#fd13af]"
/* SCSS */
$brand: #fd13af;
/* SwiftUI */
Color(red: 0.992, green: 0.075, blue: 0.686)
/* Android */
Color.parseColor("#fd13af")Accessibility — WCAG contrast
Aa
#fd13af on white: 3.57:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd13af on black: 5.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green7.5%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta92.5%
Yellow30.8%
Key (black)0.8%
Color previews
#fd13af text on a black background
contrast 5.89:1
Card sample
#fd13af text on a white background
contrast 3.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd13af;
Background color
Panel with #fd13af background
background-color: #fd13af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd13af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 19, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 19, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd13af; background: linear-gradient(135deg, #fd13af, #FD1313);