#fd7f9f
a light, electric magenta / pink · warm · closest name: salmon
RGB
253, 127, 159
HSL
345°, 97%, 75%
CMYK
0, 50, 37, 1
Luminance
0.3856
Every format
| HEX | #fd7f9f |
| RGB | rgb(253, 127, 159) |
| HSL | hsl(345, 97%, 75%) |
| CMYK | cmyk(0%, 50%, 37%, 1%) |
| LAB | lab(68.4 51.1 5.5) |
| LCH | lch(68.4 51.4 6.2) |
| OKLCH | oklch(0.748 0.156 5.5) |
Copy-ready code
/* CSS */
color: #fd7f9f;
background-color: #fd7f9f;
/* Tailwind (arbitrary) */
class="text-[#fd7f9f] bg-[#fd7f9f]"
/* SCSS */
$brand: #fd7f9f;
/* SwiftUI */
Color(red: 0.992, green: 0.498, blue: 0.624)
/* Android */
Color.parseColor("#fd7f9f")Accessibility — WCAG contrast
Aa
#fd7f9f on white: 2.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd7f9f on black: 8.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green49.8%
Blue62.4%
CMYK percentages
Cyan0.0%
Magenta49.8%
Yellow37.2%
Key (black)0.8%
Color previews
#fd7f9f text on a black background
contrast 8.71:1
Card sample
#fd7f9f text on a white background
contrast 2.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd7f9f;
Background color
Panel with #fd7f9f background
background-color: #fd7f9f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd7f9f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 127, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 127, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd7f9f; background: linear-gradient(135deg, #fd7f9f, #FDB37F);