#fd3c64
a balanced, electric red · warm · closest name: crimson
RGB
253, 60, 100
HSL
348°, 98%, 61%
CMYK
0, 76, 61, 1
Luminance
0.2503
Every format
| HEX | #fd3c64 |
| RGB | rgb(253, 60, 100) |
| HSL | hsl(348, 98%, 61%) |
| CMYK | cmyk(0%, 76%, 61%, 1%) |
| LAB | lab(57.1 72.9 23.8) |
| LCH | lch(57.1 76.7 18.1) |
| OKLCH | oklch(0.659 0.226 14.9) |
Copy-ready code
/* CSS */
color: #fd3c64;
background-color: #fd3c64;
/* Tailwind (arbitrary) */
class="text-[#fd3c64] bg-[#fd3c64]"
/* SCSS */
$brand: #fd3c64;
/* SwiftUI */
Color(red: 0.992, green: 0.235, blue: 0.392)
/* Android */
Color.parseColor("#fd3c64")Accessibility — WCAG contrast
Aa
#fd3c64 on white: 3.50:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd3c64 on black: 6.01:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green23.5%
Blue39.2%
CMYK percentages
Cyan0.0%
Magenta76.3%
Yellow60.5%
Key (black)0.8%
Color previews
#fd3c64 text on a black background
contrast 6.01:1
Card sample
#fd3c64 text on a white background
contrast 3.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd3c64;
Background color
Panel with #fd3c64 background
background-color: #fd3c64;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd3c64;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 60, 100, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 60, 100, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd3c64; background: linear-gradient(135deg, #fd3c64, #FD953C);