#FF6D7C
A light, vivid red closely aligning with Lightcoral.
About #FF6D7C
When working with digital screens, the color #FF6D7C is rendered by mixing light. Designers often compare it to the standard color Lightcoral. To achieve this exact tint on a monitor, you would use an RGB mix of 255, 109, and 124.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 0% cyan, 57% magenta, 51% yellow, and 0% black. Always request a physical proof before doing a large print run with this exact code.
When using this color as a background, text legibility must be considered. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#FF6D7C
RGB255, 109, 124
HSL353.8°, 100.0%, 71.4%
CMYK0%, 57%, 51%, 0%
HSV353.8°, 57.3%, 100.0%
LAB64.7, 56.8, 20.2
XYZ50.3, 33.7, 22.9
Decimal16739708
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.72:1
Text on #FFFFFF
FAIL
7.73:1
Text on #000000
AAA
2.60:1
Text on #F8FAFC
FAIL
6.57:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #FF6D7C;
}
.text-color {
color: #FF6D7C;
}
.border-color {
border: 2px solid #FF6D7C;
}