#FF758A
A light, vivid red closely aligning with Lightcoral.
About #FF758A
At its core, #FF758A is a light and vivid hue. If you're using CSS, you might find it aligns closely with Lightcoral. Its digital footprint relies on 255 parts red, 117 parts green, and 138 parts blue light.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 54% M, 46% Y, and 0% K. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#FF758A
RGB255, 117, 138
HSL350.9°, 100.0%, 72.9%
CMYK0%, 54%, 46%, 0%
HSV350.9°, 54.1%, 100.0%
LAB66.4, 54.3, 14.5
XYZ52.2, 35.8, 28.2
Decimal16741770
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.57:1
Text on #FFFFFF
FAIL
8.16:1
Text on #000000
AAA
2.46:1
Text on #F8FAFC
FAIL
6.94:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #FF758A;
}
.text-color {
color: #FF758A;
}
.border-color {
border: 2px solid #FF758A;
}