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