#fd358f
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
253, 53, 143
HSL
333°, 98%, 60%
CMYK
0, 79, 44, 1
Luminance
0.2541
Every format
| HEX | #fd358f |
| RGB | rgb(253, 53, 143) |
| HSL | hsl(333, 98%, 60%) |
| CMYK | cmyk(0%, 79%, 44%, 1%) |
| LAB | lab(57.5 77.9 -1.1) |
| LCH | lch(57.5 78.0 359.2) |
| OKLCH | oklch(0.665 0.240 359.5) |
Copy-ready code
/* CSS */
color: #fd358f;
background-color: #fd358f;
/* Tailwind (arbitrary) */
class="text-[#fd358f] bg-[#fd358f]"
/* SCSS */
$brand: #fd358f;
/* SwiftUI */
Color(red: 0.992, green: 0.208, blue: 0.561)
/* Android */
Color.parseColor("#fd358f")Accessibility — WCAG contrast
Aa
#fd358f on white: 3.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd358f on black: 6.08:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green20.8%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta79.1%
Yellow43.5%
Key (black)0.8%
Color previews
#fd358f text on a black background
contrast 6.08:1
Card sample
#fd358f text on a white background
contrast 3.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd358f;
Background color
Panel with #fd358f background
background-color: #fd358f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd358f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 53, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 53, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd358f; background: linear-gradient(135deg, #fd358f, #FD6035);