#FF7566
A light, vivid red closely aligning with Salmon.
About #FF7566
When working with digital screens, the color #FF7566 is rendered by mixing light. It is closely associated with the named CSS color Salmon. This translates to an RGB value of rgb(255, 117, 102).
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 0% C, 54% M, 60% Y, and 0% K. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#FF7566
RGB255, 117, 102
HSL5.9°, 100.0%, 70.0%
CMYK0%, 54%, 60%, 0%
HSV5.9°, 60.0%, 100.0%
LAB65.7, 51.5, 33.9
XYZ50.0, 34.9, 16.7
Decimal16741734
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.63:1
Text on #FFFFFF
FAIL
7.99:1
Text on #000000
AAA
2.51:1
Text on #F8FAFC
FAIL
6.79:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #FF7566;
}
.text-color {
color: #FF7566;
}
.border-color {
border: 2px solid #FF7566;
}