#FF5742
A light, vivid red closely aligning with Tomato.
About #FF5742
When working with digital screens, the color #FF5742 is rendered by mixing light. Designers often compare it to the standard color Tomato. This translates to an RGB value of rgb(255, 87, 66).
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 66% Magenta, 74% Yellow, and 0% Black. The HSL representation is 6.7° hue, 100.0% saturation, and 62.9% lightness.
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#FF5742
RGB255, 87, 66
HSL6.7°, 100.0%, 62.9%
CMYK0%, 66%, 74%, 0%
HSV6.7°, 74.1%, 100.0%
LAB60.3, 62.6, 47.0
XYZ45.6, 28.5, 8.2
Decimal16734018
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.14:1
Text on #FFFFFF
AA Large
6.69:1
Text on #000000
AA
3.00:1
Text on #F8FAFC
FAIL
5.69:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #FF5742;
}
.text-color {
color: #FF5742;
}
.border-color {
border: 2px solid #FF5742;
}