#fc697f
a light, electric red · warm · closest name: salmon
RGB
252, 105, 127
HSL
351°, 96%, 70%
CMYK
0, 58, 50, 1
Luminance
0.3233
Every format
| HEX | #fc697f |
| RGB | rgb(252, 105, 127) |
| HSL | hsl(351, 96%, 70%) |
| CMYK | cmyk(0%, 58%, 50%, 1%) |
| LAB | lab(63.6 57.8 16.9) |
| LCH | lch(63.6 60.2 16.3) |
| OKLCH | oklch(0.709 0.180 13.8) |
Copy-ready code
/* CSS */
color: #fc697f;
background-color: #fc697f;
/* Tailwind (arbitrary) */
class="text-[#fc697f] bg-[#fc697f]"
/* SCSS */
$brand: #fc697f;
/* SwiftUI */
Color(red: 0.988, green: 0.412, blue: 0.498)
/* Android */
Color.parseColor("#fc697f")Accessibility — WCAG contrast
Aa
#fc697f on white: 2.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fc697f on black: 7.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green41.2%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta58.3%
Yellow49.6%
Key (black)1.2%
Color previews
#fc697f text on a black background
contrast 7.47:1
Card sample
#fc697f text on a white background
contrast 2.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc697f;
Background color
Panel with #fc697f background
background-color: #fc697f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc697f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 105, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 105, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc697f; background: linear-gradient(135deg, #fc697f, #FCB569);