#fd674f
a light, electric red · warm · closest name: tomato
RGB
253, 103, 79
HSL
8°, 98%, 65%
CMYK
0, 59, 69, 1
Luminance
0.3115
Every format
| HEX | #fd674f |
| RGB | rgb(253, 103, 79) |
| HSL | hsl(8, 98%, 65%) |
| CMYK | cmyk(0%, 59%, 69%, 1%) |
| LAB | lab(62.6 55.8 42.6) |
| LCH | lch(62.6 70.2 37.4) |
| OKLCH | oklch(0.699 0.188 31.3) |
Copy-ready code
/* CSS */
color: #fd674f;
background-color: #fd674f;
/* Tailwind (arbitrary) */
class="text-[#fd674f] bg-[#fd674f]"
/* SCSS */
$brand: #fd674f;
/* SwiftUI */
Color(red: 0.992, green: 0.404, blue: 0.310)
/* Android */
Color.parseColor("#fd674f")Accessibility — WCAG contrast
Aa
#fd674f on white: 2.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd674f on black: 7.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green40.4%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta59.3%
Yellow68.8%
Key (black)0.8%
Color previews
#fd674f text on a black background
contrast 7.23:1
Card sample
#fd674f text on a white background
contrast 2.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd674f;
Background color
Panel with #fd674f background
background-color: #fd674f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd674f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 103, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 103, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd674f; background: linear-gradient(135deg, #fd674f, #FDDB4F);