#CC927C
A light, moderate orange closely aligning with Darksalmon.
About #CC927C
Visually, #CC927C is defined as a moderate orange. If you're using CSS, you might find it aligns closely with Darksalmon. To achieve this exact tint on a monitor, you would use an RGB mix of 204, 146, and 124.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 0% Cyan, 28% Magenta, 39% Yellow, and 20% Black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. 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#CC927C
RGB204, 146, 124
HSL16.5°, 44.0%, 64.3%
CMYK0%, 28%, 39%, 20%
HSV16.5°, 39.2%, 80.0%
LAB65.6, 19.1, 20.4
XYZ38.8, 34.9, 23.7
Decimal13406844
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.63:1
Text on #FFFFFF
FAIL
7.97:1
Text on #000000
AAA
2.52:1
Text on #F8FAFC
FAIL
6.78:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #CC927C;
}
.text-color {
color: #CC927C;
}
.border-color {
border: 2px solid #CC927C;
}