#fd709b
a light, electric magenta / pink · warm · closest name: salmon
RGB
253, 112, 155
HSL
342°, 97%, 72%
CMYK
0, 56, 39, 1
Luminance
0.3484
Every format
| HEX | #fd709b |
| RGB | rgb(253, 112, 155) |
| HSL | hsl(342, 97%, 72%) |
| CMYK | cmyk(0%, 56%, 39%, 1%) |
| LAB | lab(65.6 57.7 3.8) |
| LCH | lch(65.6 57.8 3.7) |
| OKLCH | oklch(0.726 0.176 3.4) |
Copy-ready code
/* CSS */
color: #fd709b;
background-color: #fd709b;
/* Tailwind (arbitrary) */
class="text-[#fd709b] bg-[#fd709b]"
/* SCSS */
$brand: #fd709b;
/* SwiftUI */
Color(red: 0.992, green: 0.439, blue: 0.608)
/* Android */
Color.parseColor("#fd709b")Accessibility — WCAG contrast
Aa
#fd709b on white: 2.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd709b on black: 7.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green43.9%
Blue60.8%
CMYK percentages
Cyan0.0%
Magenta55.7%
Yellow38.7%
Key (black)0.8%
Color previews
#fd709b text on a black background
contrast 7.97:1
Card sample
#fd709b text on a white background
contrast 2.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd709b;
Background color
Panel with #fd709b background
background-color: #fd709b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd709b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 112, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 112, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd709b; background: linear-gradient(135deg, #fd709b, #FDA370);