#FF6666
A light, vivid red closely aligning with Salmon.
About #FF6666
Visually, #FF6666 is defined as a vivid red. Designers often compare it to the standard color Salmon. Its digital footprint relies on 255 parts red, 102 parts green, and 102 parts blue light.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 0% Cyan, 60% Magenta, 60% Yellow, and 0% Black. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#FF6666
RGB255, 102, 102
HSL0.0°, 100.0%, 70.0%
CMYK0%, 60%, 60%, 0%
HSV0.0°, 60.0%, 100.0%
LAB63.1, 58.2, 30.5
XYZ48.4, 31.7, 16.1
Decimal16737894
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.86:1
Text on #FFFFFF
FAIL
7.34:1
Text on #000000
AAA
2.73:1
Text on #F8FAFC
FAIL
6.24:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #FF6666;
}
.text-color {
color: #FF6666;
}
.border-color {
border: 2px solid #FF6666;
}