#fd6992
a light, electric magenta / pink · warm · closest name: salmon
RGB
253, 105, 146
HSL
343°, 97%, 70%
CMYK
0, 59, 42, 1
Luminance
0.3306
Every format
| HEX | #fd6992 |
| RGB | rgb(253, 105, 146) |
| HSL | hsl(343, 97%, 70%) |
| CMYK | cmyk(0%, 59%, 42%, 1%) |
| LAB | lab(64.2 59.9 6.9) |
| LCH | lch(64.2 60.3 6.5) |
| OKLCH | oklch(0.715 0.183 5.7) |
Copy-ready code
/* CSS */
color: #fd6992;
background-color: #fd6992;
/* Tailwind (arbitrary) */
class="text-[#fd6992] bg-[#fd6992]"
/* SCSS */
$brand: #fd6992;
/* SwiftUI */
Color(red: 0.992, green: 0.412, blue: 0.573)
/* Android */
Color.parseColor("#fd6992")Accessibility — WCAG contrast
Aa
#fd6992 on white: 2.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd6992 on black: 7.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green41.2%
Blue57.3%
CMYK percentages
Cyan0.0%
Magenta58.5%
Yellow42.3%
Key (black)0.8%
Color previews
#fd6992 text on a black background
contrast 7.61:1
Card sample
#fd6992 text on a white background
contrast 2.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd6992;
Background color
Panel with #fd6992 background
background-color: #fd6992;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd6992;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 105, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 105, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd6992; background: linear-gradient(135deg, #fd6992, #FDA369);