#fd355c
a balanced, electric red · warm · closest name: crimson
RGB
253, 53, 92
HSL
348°, 98%, 60%
CMYK
0, 79, 64, 1
Luminance
0.2420
Every format
| HEX | #fd355c |
| RGB | rgb(253, 53, 92) |
| HSL | hsl(348, 98%, 60%) |
| CMYK | cmyk(0%, 79%, 64%, 1%) |
| LAB | lab(56.3 74.3 27.5) |
| LCH | lch(56.3 79.3 20.3) |
| OKLCH | oklch(0.652 0.231 16.5) |
Copy-ready code
/* CSS */
color: #fd355c;
background-color: #fd355c;
/* Tailwind (arbitrary) */
class="text-[#fd355c] bg-[#fd355c]"
/* SCSS */
$brand: #fd355c;
/* SwiftUI */
Color(red: 0.992, green: 0.208, blue: 0.361)
/* Android */
Color.parseColor("#fd355c")Accessibility — WCAG contrast
Aa
#fd355c on white: 3.60:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd355c on black: 5.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green20.8%
Blue36.1%
CMYK percentages
Cyan0.0%
Magenta79.1%
Yellow63.6%
Key (black)0.8%
Color previews
#fd355c text on a black background
contrast 5.84:1
Card sample
#fd355c text on a white background
contrast 3.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd355c;
Background color
Panel with #fd355c background
background-color: #fd355c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd355c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 53, 92, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 53, 92, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd355c; background: linear-gradient(135deg, #fd355c, #FD9335);