#fd6f49
a balanced, electric red · warm · closest name: tomato
RGB
253, 111, 73
HSL
13°, 98%, 64%
CMYK
0, 56, 71, 1
Luminance
0.3273
Every format
| HEX | #fd6f49 |
| RGB | rgb(253, 111, 73) |
| HSL | hsl(13, 98%, 64%) |
| CMYK | cmyk(0%, 56%, 71%, 1%) |
| LAB | lab(64.0 51.9 47.2) |
| LCH | lch(64.0 70.2 42.3) |
| OKLCH | oklch(0.709 0.182 35.9) |
Copy-ready code
/* CSS */
color: #fd6f49;
background-color: #fd6f49;
/* Tailwind (arbitrary) */
class="text-[#fd6f49] bg-[#fd6f49]"
/* SCSS */
$brand: #fd6f49;
/* SwiftUI */
Color(red: 0.992, green: 0.435, blue: 0.286)
/* Android */
Color.parseColor("#fd6f49")Accessibility — WCAG contrast
Aa
#fd6f49 on white: 2.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd6f49 on black: 7.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green43.5%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta56.1%
Yellow71.1%
Key (black)0.8%
Color previews
#fd6f49 text on a black background
contrast 7.55:1
Card sample
#fd6f49 text on a white background
contrast 2.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd6f49;
Background color
Panel with #fd6f49 background
background-color: #fd6f49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd6f49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 111, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 111, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd6f49; background: linear-gradient(135deg, #fd6f49, #FDE749);