#FF7C75
A light, vivid red closely aligning with Salmon.
About #FF7C75
At its core, #FF7C75 is a light and vivid hue. If you're using CSS, you might find it aligns closely with Salmon. In the RGB color space, it consists of 255 red, 124 green, and 117 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 0% C, 51% M, 54% Y, and 0% K. With a hue angle of 3.0 degrees, it sits comfortably in the red spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a light color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#FF7C75
RGB255, 124, 117
HSL3.0°, 100.0%, 72.9%
CMYK0%, 51%, 54%, 0%
HSV3.0°, 54.1%, 100.0%
LAB67.2, 49.2, 27.5
XYZ51.7, 37.0, 21.2
Decimal16743541
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.50:1
Text on #FFFFFF
FAIL
8.39:1
Text on #000000
AAA
2.39:1
Text on #F8FAFC
FAIL
7.13:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #FF7C75;
}
.text-color {
color: #FF7C75;
}
.border-color {
border: 2px solid #FF7C75;
}