#FF5F66
A light, vivid red closely aligning with Salmon.
About #FF5F66
The hex code #FF5F66 represents a beautifully specific shade of red. Designers often compare it to the standard color Salmon. This translates to an RGB value of rgb(255, 95, 102).
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 63% Magenta, 60% Yellow, and 0% Black. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#FF5F66
RGB255, 95, 102
HSL357.4°, 100.0%, 68.6%
CMYK0%, 63%, 60%, 0%
HSV357.4°, 62.7%, 100.0%
LAB62.0, 61.2, 29.1
XYZ47.7, 30.4, 15.9
Decimal16736102
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.97:1
Text on #FFFFFF
FAIL
7.08:1
Text on #000000
AAA
2.83:1
Text on #F8FAFC
FAIL
6.02:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #FF5F66;
}
.text-color {
color: #FF5F66;
}
.border-color {
border: 2px solid #FF5F66;
}