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