#fd644f
a light, electric red · warm · closest name: tomato
RGB
253, 100, 79
HSL
7°, 98%, 65%
CMYK
0, 61, 69, 1
Luminance
0.3056
Every format
| HEX | #fd644f |
| RGB | rgb(253, 100, 79) |
| HSL | hsl(7, 98%, 65%) |
| CMYK | cmyk(0%, 61%, 69%, 1%) |
| LAB | lab(62.1 57.1 42.0) |
| LCH | lch(62.1 70.9 36.3) |
| OKLCH | oklch(0.695 0.191 30.4) |
Copy-ready code
/* CSS */
color: #fd644f;
background-color: #fd644f;
/* Tailwind (arbitrary) */
class="text-[#fd644f] bg-[#fd644f]"
/* SCSS */
$brand: #fd644f;
/* SwiftUI */
Color(red: 0.992, green: 0.392, blue: 0.310)
/* Android */
Color.parseColor("#fd644f")Accessibility — WCAG contrast
Aa
#fd644f on white: 2.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd644f on black: 7.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green39.2%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta60.5%
Yellow68.8%
Key (black)0.8%
Color previews
#fd644f text on a black background
contrast 7.11:1
Card sample
#fd644f text on a white background
contrast 2.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd644f;
Background color
Panel with #fd644f background
background-color: #fd644f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd644f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 100, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 100, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd644f; background: linear-gradient(135deg, #fd644f, #FDD84F);