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