#fd683f
a balanced, electric red · warm · closest name: tomato
RGB
253, 104, 63
HSL
13°, 98%, 62%
CMYK
0, 59, 75, 1
Luminance
0.3114
Every format
| HEX | #fd683f |
| RGB | rgb(253, 104, 63) |
| HSL | hsl(13, 98%, 62%) |
| CMYK | cmyk(0%, 59%, 75%, 1%) |
| LAB | lab(62.6 54.6 50.9) |
| LCH | lch(62.6 74.7 42.9) |
| OKLCH | oklch(0.699 0.191 36.1) |
Copy-ready code
/* CSS */
color: #fd683f;
background-color: #fd683f;
/* Tailwind (arbitrary) */
class="text-[#fd683f] bg-[#fd683f]"
/* SCSS */
$brand: #fd683f;
/* SwiftUI */
Color(red: 0.992, green: 0.408, blue: 0.247)
/* Android */
Color.parseColor("#fd683f")Accessibility — WCAG contrast
Aa
#fd683f on white: 2.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd683f on black: 7.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green40.8%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta58.9%
Yellow75.1%
Key (black)0.8%
Color previews
#fd683f text on a black background
contrast 7.23:1
Card sample
#fd683f text on a white background
contrast 2.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd683f;
Background color
Panel with #fd683f background
background-color: #fd683f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd683f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 104, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 104, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd683f; background: linear-gradient(135deg, #fd683f, #FDE73F);