#fd623f
a balanced, electric red · warm · closest name: tomato
RGB
253, 98, 63
HSL
11°, 98%, 62%
CMYK
0, 61, 75, 1
Luminance
0.2998
Every format
| HEX | #fd623f |
| RGB | rgb(253, 98, 63) |
| HSL | hsl(11, 98%, 62%) |
| CMYK | cmyk(0%, 61%, 75%, 1%) |
| LAB | lab(61.6 57.3 49.8) |
| LCH | lch(61.6 75.9 41.0) |
| OKLCH | oklch(0.691 0.196 34.2) |
Copy-ready code
/* CSS */
color: #fd623f;
background-color: #fd623f;
/* Tailwind (arbitrary) */
class="text-[#fd623f] bg-[#fd623f]"
/* SCSS */
$brand: #fd623f;
/* SwiftUI */
Color(red: 0.992, green: 0.384, blue: 0.247)
/* Android */
Color.parseColor("#fd623f")Accessibility — WCAG contrast
Aa
#fd623f on white: 3.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd623f on black: 7.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green38.4%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta61.3%
Yellow75.1%
Key (black)0.8%
Color previews
#fd623f text on a black background
contrast 7.00:1
Card sample
#fd623f text on a white background
contrast 3.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd623f;
Background color
Panel with #fd623f background
background-color: #fd623f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd623f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 98, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 98, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd623f; background: linear-gradient(135deg, #fd623f, #FDE13F);