#fd679f
a light, electric magenta / pink · warm · closest name: salmon
RGB
253, 103, 159
HSL
338°, 97%, 70%
CMYK
0, 59, 37, 1
Luminance
0.3309
Every format
| HEX | #fd679f |
| RGB | rgb(253, 103, 159) |
| HSL | hsl(338, 97%, 70%) |
| CMYK | cmyk(0%, 59%, 37%, 1%) |
| LAB | lab(64.2 62.1 -0.6) |
| LCH | lch(64.2 62.1 359.5) |
| OKLCH | oklch(0.716 0.190 359.8) |
Copy-ready code
/* CSS */
color: #fd679f;
background-color: #fd679f;
/* Tailwind (arbitrary) */
class="text-[#fd679f] bg-[#fd679f]"
/* SCSS */
$brand: #fd679f;
/* SwiftUI */
Color(red: 0.992, green: 0.404, blue: 0.624)
/* Android */
Color.parseColor("#fd679f")Accessibility — WCAG contrast
Aa
#fd679f on white: 2.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd679f on black: 7.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green40.4%
Blue62.4%
CMYK percentages
Cyan0.0%
Magenta59.3%
Yellow37.2%
Key (black)0.8%
Color previews
#fd679f text on a black background
contrast 7.62:1
Card sample
#fd679f text on a white background
contrast 2.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd679f;
Background color
Panel with #fd679f background
background-color: #fd679f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd679f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 103, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 103, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd679f; background: linear-gradient(135deg, #fd679f, #FD9367);