#FF6675
A light, vivid red closely aligning with Salmon.
About #FF6675
Visually, #FF6675 is defined as a vivid red. Its closest recognized web color is Salmon. This translates to an RGB value of rgb(255, 102, 117).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 0% C, 60% M, 54% Y, and 0% K. 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. Because it is a light color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#FF6675
RGB255, 102, 117
HSL354.1°, 100.0%, 70.0%
CMYK0%, 60%, 54%, 0%
HSV354.1°, 60.0%, 100.0%
LAB63.4, 59.3, 22.4
XYZ49.2, 32.0, 20.4
Decimal16737909
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.83:1
Text on #FFFFFF
FAIL
7.41:1
Text on #000000
AAA
2.71:1
Text on #F8FAFC
FAIL
6.30:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #FF6675;
}
.text-color {
color: #FF6675;
}
.border-color {
border: 2px solid #FF6675;
}