#ff7f7c
a light, electric red · warm · closest name: salmon
RGB
255, 127, 124
HSL
1°, 100%, 74%
CMYK
0, 50, 51, 0
Luminance
0.3789
Every format
| HEX | #ff7f7c |
| RGB | rgb(255, 127, 124) |
| HSL | hsl(1, 100%, 74%) |
| CMYK | cmyk(0%, 50%, 51%, 0%) |
| LAB | lab(68.0 48.3 24.6) |
| LCH | lch(68.0 54.2 26.9) |
| OKLCH | oklch(0.742 0.157 23.0) |
Copy-ready code
/* CSS */
color: #ff7f7c;
background-color: #ff7f7c;
/* Tailwind (arbitrary) */
class="text-[#ff7f7c] bg-[#ff7f7c]"
/* SCSS */
$brand: #ff7f7c;
/* SwiftUI */
Color(red: 1.000, green: 0.498, blue: 0.486)
/* Android */
Color.parseColor("#ff7f7c")Accessibility — WCAG contrast
Aa
#ff7f7c on white: 2.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff7f7c on black: 8.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green49.8%
Blue48.6%
CMYK percentages
Cyan0.0%
Magenta50.2%
Yellow51.4%
Key (black)0.0%
Color previews
#ff7f7c text on a black background
contrast 8.58:1
Card sample
#ff7f7c text on a white background
contrast 2.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff7f7c;
Background color
Panel with #ff7f7c background
background-color: #ff7f7c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff7f7c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 127, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 127, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff7f7c; background: linear-gradient(135deg, #ff7f7c, #FFD67C);