#fd6b7f
a light, electric red · warm · closest name: salmon
RGB
253, 107, 127
HSL
352°, 97%, 71%
CMYK
0, 58, 50, 1
Luminance
0.3293
Every format
| HEX | #fd6b7f |
| RGB | rgb(253, 107, 127) |
| HSL | hsl(352, 97%, 71%) |
| CMYK | cmyk(0%, 58%, 50%, 1%) |
| LAB | lab(64.1 57.3 17.6) |
| LCH | lch(64.1 59.9 17.1) |
| OKLCH | oklch(0.713 0.178 14.5) |
Copy-ready code
/* CSS */
color: #fd6b7f;
background-color: #fd6b7f;
/* Tailwind (arbitrary) */
class="text-[#fd6b7f] bg-[#fd6b7f]"
/* SCSS */
$brand: #fd6b7f;
/* SwiftUI */
Color(red: 0.992, green: 0.420, blue: 0.498)
/* Android */
Color.parseColor("#fd6b7f")Accessibility — WCAG contrast
Aa
#fd6b7f on white: 2.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd6b7f on black: 7.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green42.0%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta57.7%
Yellow49.8%
Key (black)0.8%
Color previews
#fd6b7f text on a black background
contrast 7.59:1
Card sample
#fd6b7f text on a white background
contrast 2.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd6b7f;
Background color
Panel with #fd6b7f background
background-color: #fd6b7f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd6b7f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 107, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 107, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd6b7f; background: linear-gradient(135deg, #fd6b7f, #FDB86B);