#FF7557
A light, vivid red closely aligning with Coral.
About #FF7557
At its core, #FF7557 is a light and vivid hue. If you're using CSS, you might find it aligns closely with Coral. This translates to an RGB value of rgb(255, 117, 87).
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 54% M, 66% Y, and 0% K. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. 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#FF7557
RGB255, 117, 87
HSL10.7°, 100.0%, 67.1%
CMYK0%, 54%, 66%, 0%
HSV10.7°, 65.9%, 100.0%
LAB65.5, 50.5, 41.7
XYZ49.3, 34.7, 13.1
Decimal16741719
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.65:1
Text on #FFFFFF
FAIL
7.93:1
Text on #000000
AAA
2.53:1
Text on #F8FAFC
FAIL
6.74:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #FF7557;
}
.text-color {
color: #FF7557;
}
.border-color {
border: 2px solid #FF7557;
}