#fd345f
a balanced, electric red · warm · closest name: crimson
RGB
253, 52, 95
HSL
347°, 98%, 60%
CMYK
0, 79, 63, 1
Luminance
0.2416
Every format
| HEX | #fd345f |
| RGB | rgb(253, 52, 95) |
| HSL | hsl(347, 98%, 60%) |
| CMYK | cmyk(0%, 79%, 63%, 1%) |
| LAB | lab(56.3 74.8 25.6) |
| LCH | lch(56.3 79.0 18.9) |
| OKLCH | oklch(0.652 0.232 15.5) |
Copy-ready code
/* CSS */
color: #fd345f;
background-color: #fd345f;
/* Tailwind (arbitrary) */
class="text-[#fd345f] bg-[#fd345f]"
/* SCSS */
$brand: #fd345f;
/* SwiftUI */
Color(red: 0.992, green: 0.204, blue: 0.373)
/* Android */
Color.parseColor("#fd345f")Accessibility — WCAG contrast
Aa
#fd345f on white: 3.60:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd345f on black: 5.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green20.4%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta79.4%
Yellow62.5%
Key (black)0.8%
Color previews
#fd345f text on a black background
contrast 5.83:1
Card sample
#fd345f text on a white background
contrast 3.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd345f;
Background color
Panel with #fd345f background
background-color: #fd345f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd345f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 52, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 52, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd345f; background: linear-gradient(135deg, #fd345f, #FD8F34);