#fd6c5e
a light, electric red · warm · closest name: tomato
RGB
253, 108, 94
HSL
5°, 98%, 68%
CMYK
0, 57, 63, 1
Luminance
0.3242
Every format
| HEX | #fd6c5e |
| RGB | rgb(253, 108, 94) |
| HSL | hsl(5, 98%, 68%) |
| CMYK | cmyk(0%, 57%, 63%, 1%) |
| LAB | lab(63.7 54.4 35.7) |
| LCH | lch(63.7 65.0 33.3) |
| OKLCH | oklch(0.708 0.180 28.0) |
Copy-ready code
/* CSS */
color: #fd6c5e;
background-color: #fd6c5e;
/* Tailwind (arbitrary) */
class="text-[#fd6c5e] bg-[#fd6c5e]"
/* SCSS */
$brand: #fd6c5e;
/* SwiftUI */
Color(red: 0.992, green: 0.424, blue: 0.369)
/* Android */
Color.parseColor("#fd6c5e")Accessibility — WCAG contrast
Aa
#fd6c5e on white: 2.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd6c5e on black: 7.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green42.4%
Blue36.9%
CMYK percentages
Cyan0.0%
Magenta57.3%
Yellow62.8%
Key (black)0.8%
Color previews
#fd6c5e text on a black background
contrast 7.48:1
Card sample
#fd6c5e text on a white background
contrast 2.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd6c5e;
Background color
Panel with #fd6c5e background
background-color: #fd6c5e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd6c5e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 108, 94, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 108, 94, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd6c5e; background: linear-gradient(135deg, #fd6c5e, #FDD65E);