#ff757c
a light, electric red · warm · closest name: salmon
RGB
255, 117, 124
HSL
357°, 100%, 73%
CMYK
0, 54, 51, 0
Luminance
0.3544
Every format
| HEX | #ff757c |
| RGB | rgb(255, 117, 124) |
| HSL | hsl(357, 100%, 73%) |
| CMYK | cmyk(0%, 54%, 51%, 0%) |
| LAB | lab(66.1 53.1 22.1) |
| LCH | lch(66.1 57.5 22.6) |
| OKLCH | oklch(0.728 0.168 19.1) |
Copy-ready code
/* CSS */
color: #ff757c;
background-color: #ff757c;
/* Tailwind (arbitrary) */
class="text-[#ff757c] bg-[#ff757c]"
/* SCSS */
$brand: #ff757c;
/* SwiftUI */
Color(red: 1.000, green: 0.459, blue: 0.486)
/* Android */
Color.parseColor("#ff757c")Accessibility — WCAG contrast
Aa
#ff757c on white: 2.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff757c on black: 8.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green45.9%
Blue48.6%
CMYK percentages
Cyan0.0%
Magenta54.1%
Yellow51.4%
Key (black)0.0%
Color previews
#ff757c text on a black background
contrast 8.09:1
Card sample
#ff757c text on a white background
contrast 2.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff757c;
Background color
Panel with #ff757c background
background-color: #ff757c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff757c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 117, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 117, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff757c; background: linear-gradient(135deg, #ff757c, #FFCA75);