#FF6D6D
A light, vivid red closely aligning with Salmon.
About #FF6D6D
When working with digital screens, the color #FF6D6D is rendered by mixing light. Its closest recognized web color is Salmon. Its digital footprint relies on 255 parts red, 109 parts green, and 109 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 57% M, 57% Y, and 0% K. With a hue angle of 0.0 degrees, it sits comfortably in the red spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#FF6D6D
RGB255, 109, 109
HSL0.0°, 100.0%, 71.4%
CMYK0%, 57%, 57%, 0%
HSV0.0°, 57.3%, 100.0%
LAB64.4, 55.6, 28.3
XYZ49.5, 33.3, 18.3
Decimal16739693
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.74:1
Text on #FFFFFF
FAIL
7.66:1
Text on #000000
AAA
2.62:1
Text on #F8FAFC
FAIL
6.51:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #FF6D6D;
}
.text-color {
color: #FF6D6D;
}
.border-color {
border: 2px solid #FF6D6D;
}