#FF6D50
A light, vivid red closely aligning with Tomato.
About #FF6D50
Visually, #FF6D50 is defined as a vivid red. It is closely associated with the named CSS color Tomato. In the RGB color space, it consists of 255 red, 109 green, and 80 blue.
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 57% Magenta, 69% Yellow, and 0% Black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#FF6D50
RGB255, 109, 80
HSL9.9°, 100.0%, 65.7%
CMYK0%, 57%, 69%, 0%
HSV9.9°, 68.6%, 100.0%
LAB64.0, 53.9, 43.7
XYZ48.2, 32.8, 11.4
Decimal16739664
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.78:1
Text on #FFFFFF
FAIL
7.56:1
Text on #000000
AAA
2.66:1
Text on #F8FAFC
FAIL
6.42:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #FF6D50;
}
.text-color {
color: #FF6D50;
}
.border-color {
border: 2px solid #FF6D50;
}