#fd643f
a balanced, electric red · warm · closest name: tomato
RGB
253, 100, 63
HSL
12°, 98%, 62%
CMYK
0, 61, 75, 1
Luminance
0.3036
Every format
| HEX | #fd643f |
| RGB | rgb(253, 100, 63) |
| HSL | hsl(12, 98%, 62%) |
| CMYK | cmyk(0%, 61%, 75%, 1%) |
| LAB | lab(62.0 56.4 50.2) |
| LCH | lch(62.0 75.5 41.6) |
| OKLCH | oklch(0.694 0.194 34.8) |
Copy-ready code
/* CSS */
color: #fd643f;
background-color: #fd643f;
/* Tailwind (arbitrary) */
class="text-[#fd643f] bg-[#fd643f]"
/* SCSS */
$brand: #fd643f;
/* SwiftUI */
Color(red: 0.992, green: 0.392, blue: 0.247)
/* Android */
Color.parseColor("#fd643f")Accessibility — WCAG contrast
Aa
#fd643f on white: 2.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd643f on black: 7.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green39.2%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta60.5%
Yellow75.1%
Key (black)0.8%
Color previews
#fd643f text on a black background
contrast 7.07:1
Card sample
#fd643f text on a white background
contrast 2.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd643f;
Background color
Panel with #fd643f background
background-color: #fd643f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd643f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 100, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 100, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd643f; background: linear-gradient(135deg, #fd643f, #FDE33F);