#FF6D5F
A light, vivid red closely aligning with Tomato.
About #FF6D5F
At its core, #FF6D5F is a light and vivid hue. It is closely associated with the named CSS color Tomato. To achieve this exact tint on a monitor, you would use an RGB mix of 255, 109, and 95.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 57% M, 63% Y, and 0% K. With a hue angle of 5.2 degrees, it sits comfortably in the red spectrum.
Contrast ratios determine whether this color is safe for typography. 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#FF6D5F
RGB255, 109, 95
HSL5.2°, 100.0%, 68.6%
CMYK0%, 57%, 63%, 0%
HSV5.2°, 62.7%, 100.0%
LAB64.2, 54.7, 35.8
XYZ48.8, 33.0, 14.6
Decimal16739679
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.76:1
Text on #FFFFFF
FAIL
7.60:1
Text on #000000
AAA
2.64:1
Text on #F8FAFC
FAIL
6.46:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #FF6D5F;
}
.text-color {
color: #FF6D5F;
}
.border-color {
border: 2px solid #FF6D5F;
}