#fd696f
a light, electric red · warm · closest name: salmon
RGB
253, 105, 111
HSL
358°, 97%, 70%
CMYK
0, 59, 56, 1
Luminance
0.3213
Every format
| HEX | #fd696f |
| RGB | rgb(253, 105, 111) |
| HSL | hsl(358, 97%, 70%) |
| CMYK | cmyk(0%, 59%, 56%, 1%) |
| LAB | lab(63.5 56.9 25.9) |
| LCH | lch(63.5 62.5 24.4) |
| OKLCH | oklch(0.707 0.181 20.6) |
Copy-ready code
/* CSS */
color: #fd696f;
background-color: #fd696f;
/* Tailwind (arbitrary) */
class="text-[#fd696f] bg-[#fd696f]"
/* SCSS */
$brand: #fd696f;
/* SwiftUI */
Color(red: 0.992, green: 0.412, blue: 0.435)
/* Android */
Color.parseColor("#fd696f")Accessibility — WCAG contrast
Aa
#fd696f on white: 2.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd696f on black: 7.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green41.2%
Blue43.5%
CMYK percentages
Cyan0.0%
Magenta58.5%
Yellow56.1%
Key (black)0.8%
Color previews
#fd696f text on a black background
contrast 7.43:1
Card sample
#fd696f text on a white background
contrast 2.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd696f;
Background color
Panel with #fd696f background
background-color: #fd696f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd696f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 105, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 105, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd696f; background: linear-gradient(135deg, #fd696f, #FDC669);