#fd656f
a light, electric red · warm · closest name: salmon
RGB
253, 101, 111
HSL
356°, 97%, 69%
CMYK
0, 60, 56, 1
Luminance
0.3134
Every format
| HEX | #fd656f |
| RGB | rgb(253, 101, 111) |
| HSL | hsl(356, 97%, 69%) |
| CMYK | cmyk(0%, 60%, 56%, 1%) |
| LAB | lab(62.8 58.6 25.0) |
| LCH | lch(62.8 63.7 23.1) |
| OKLCH | oklch(0.702 0.185 19.4) |
Copy-ready code
/* CSS */
color: #fd656f;
background-color: #fd656f;
/* Tailwind (arbitrary) */
class="text-[#fd656f] bg-[#fd656f]"
/* SCSS */
$brand: #fd656f;
/* SwiftUI */
Color(red: 0.992, green: 0.396, blue: 0.435)
/* Android */
Color.parseColor("#fd656f")Accessibility — WCAG contrast
Aa
#fd656f on white: 2.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd656f on black: 7.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green39.6%
Blue43.5%
CMYK percentages
Cyan0.0%
Magenta60.1%
Yellow56.1%
Key (black)0.8%
Color previews
#fd656f text on a black background
contrast 7.27:1
Card sample
#fd656f text on a white background
contrast 2.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd656f;
Background color
Panel with #fd656f background
background-color: #fd656f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd656f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 101, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 101, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd656f; background: linear-gradient(135deg, #fd656f, #FDC065);