#fd663f
a balanced, electric red · warm · closest name: tomato
RGB
253, 102, 63
HSL
12°, 98%, 62%
CMYK
0, 60, 75, 1
Luminance
0.3074
Every format
| HEX | #fd663f |
| RGB | rgb(253, 102, 63) |
| HSL | hsl(12, 98%, 62%) |
| CMYK | cmyk(0%, 60%, 75%, 1%) |
| LAB | lab(62.3 55.5 50.5) |
| LCH | lch(62.3 75.1 42.3) |
| OKLCH | oklch(0.696 0.193 35.5) |
Copy-ready code
/* CSS */
color: #fd663f;
background-color: #fd663f;
/* Tailwind (arbitrary) */
class="text-[#fd663f] bg-[#fd663f]"
/* SCSS */
$brand: #fd663f;
/* SwiftUI */
Color(red: 0.992, green: 0.400, blue: 0.247)
/* Android */
Color.parseColor("#fd663f")Accessibility — WCAG contrast
Aa
#fd663f on white: 2.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd663f on black: 7.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green40.0%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta59.7%
Yellow75.1%
Key (black)0.8%
Color previews
#fd663f text on a black background
contrast 7.15:1
Card sample
#fd663f text on a white background
contrast 2.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd663f;
Background color
Panel with #fd663f background
background-color: #fd663f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd663f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 102, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 102, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd663f; background: linear-gradient(135deg, #fd663f, #FDE53F);