#E98366
A light, vivid red closely aligning with Salmon.
About #E98366
Visually, #E98366 is defined as a vivid red. If you're using CSS, you might find it aligns closely with Salmon. To achieve this exact tint on a monitor, you would use an RGB mix of 233, 131, and 102.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 0% Cyan, 44% Magenta, 56% Yellow, and 9% Black. With a hue angle of 13.3 degrees, it sits comfortably in the red spectrum.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#E98366
RGB233, 131, 102
HSL13.3°, 74.9%, 65.7%
CMYK0%, 44%, 56%, 9%
HSV13.3°, 56.2%, 91.4%
LAB65.4, 36.4, 32.8
XYZ44.1, 34.5, 16.9
Decimal15303526
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.66:1
Text on #FFFFFF
FAIL
7.90:1
Text on #000000
AAA
2.54:1
Text on #F8FAFC
FAIL
6.72:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #E98366;
}
.text-color {
color: #E98366;
}
.border-color {
border: 2px solid #E98366;
}