#fd699d
a light, electric magenta / pink · warm · closest name: salmon
RGB
253, 105, 157
HSL
339°, 97%, 70%
CMYK
0, 59, 38, 1
Luminance
0.3342
Every format
| HEX | #fd699d |
| RGB | rgb(253, 105, 157) |
| HSL | hsl(339, 97%, 70%) |
| CMYK | cmyk(0%, 59%, 38%, 1%) |
| LAB | lab(64.5 61.0 1.0) |
| LCH | lch(64.5 61.0 0.9) |
| OKLCH | oklch(0.718 0.186 1.0) |
Copy-ready code
/* CSS */
color: #fd699d;
background-color: #fd699d;
/* Tailwind (arbitrary) */
class="text-[#fd699d] bg-[#fd699d]"
/* SCSS */
$brand: #fd699d;
/* SwiftUI */
Color(red: 0.992, green: 0.412, blue: 0.616)
/* Android */
Color.parseColor("#fd699d")Accessibility — WCAG contrast
Aa
#fd699d on white: 2.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd699d on black: 7.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green41.2%
Blue61.6%
CMYK percentages
Cyan0.0%
Magenta58.5%
Yellow37.9%
Key (black)0.8%
Color previews
#fd699d text on a black background
contrast 7.68:1
Card sample
#fd699d text on a white background
contrast 2.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd699d;
Background color
Panel with #fd699d background
background-color: #fd699d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd699d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 105, 157, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 105, 157, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd699d; background: linear-gradient(135deg, #fd699d, #FD9869);