#fd705f
a light, electric red · warm · closest name: salmon
RGB
253, 112, 95
HSL
7°, 98%, 68%
CMYK
0, 56, 63, 1
Luminance
0.3330
Every format
| HEX | #fd705f |
| RGB | rgb(253, 112, 95) |
| HSL | hsl(7, 98%, 68%) |
| CMYK | cmyk(0%, 56%, 63%, 1%) |
| LAB | lab(64.4 52.6 36.0) |
| LCH | lch(64.4 63.8 34.4) |
| OKLCH | oklch(0.713 0.176 29.1) |
Copy-ready code
/* CSS */
color: #fd705f;
background-color: #fd705f;
/* Tailwind (arbitrary) */
class="text-[#fd705f] bg-[#fd705f]"
/* SCSS */
$brand: #fd705f;
/* SwiftUI */
Color(red: 0.992, green: 0.439, blue: 0.373)
/* Android */
Color.parseColor("#fd705f")Accessibility — WCAG contrast
Aa
#fd705f on white: 2.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd705f on black: 7.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green43.9%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta55.7%
Yellow62.5%
Key (black)0.8%
Color previews
#fd705f text on a black background
contrast 7.66:1
Card sample
#fd705f text on a white background
contrast 2.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd705f;
Background color
Panel with #fd705f background
background-color: #fd705f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd705f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 112, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 112, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd705f; background: linear-gradient(135deg, #fd705f, #FDD95F);