#fd645c
a light, electric red · warm · closest name: tomato
RGB
253, 100, 92
HSL
3°, 98%, 68%
CMYK
0, 61, 64, 1
Luminance
0.3077
Every format
| HEX | #fd645c |
| RGB | rgb(253, 100, 92) |
| HSL | hsl(3, 98%, 68%) |
| CMYK | cmyk(0%, 61%, 64%, 1%) |
| LAB | lab(62.3 57.8 35.1) |
| LCH | lch(62.3 67.6 31.3) |
| OKLCH | oklch(0.697 0.189 26.1) |
Copy-ready code
/* CSS */
color: #fd645c;
background-color: #fd645c;
/* Tailwind (arbitrary) */
class="text-[#fd645c] bg-[#fd645c]"
/* SCSS */
$brand: #fd645c;
/* SwiftUI */
Color(red: 0.992, green: 0.392, blue: 0.361)
/* Android */
Color.parseColor("#fd645c")Accessibility — WCAG contrast
Aa
#fd645c on white: 2.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd645c on black: 7.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green39.2%
Blue36.1%
CMYK percentages
Cyan0.0%
Magenta60.5%
Yellow63.6%
Key (black)0.8%
Color previews
#fd645c text on a black background
contrast 7.15:1
Card sample
#fd645c text on a white background
contrast 2.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd645c;
Background color
Panel with #fd645c background
background-color: #fd645c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd645c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 100, 92, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 100, 92, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd645c; background: linear-gradient(135deg, #fd645c, #FDCF5C);