#FF6D75
A light, vivid red closely aligning with Salmon.
About #FF6D75
The precise color #FF6D75 is an excellent choice for modern design projects. It is closely associated with the named CSS color Salmon. In the RGB color space, it consists of 255 red, 109 green, and 117 blue.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 0% cyan, 57% magenta, 54% yellow, and 0% black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#FF6D75
RGB255, 109, 117
HSL356.7°, 100.0%, 71.4%
CMYK0%, 57%, 54%, 0%
HSV356.7°, 57.3%, 100.0%
LAB64.5, 56.2, 23.9
XYZ49.9, 33.5, 20.7
Decimal16739701
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.73:1
Text on #FFFFFF
FAIL
7.70:1
Text on #000000
AAA
2.61:1
Text on #F8FAFC
FAIL
6.54:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #FF6D75;
}
.text-color {
color: #FF6D75;
}
.border-color {
border: 2px solid #FF6D75;
}