#CC3A07
A medium, vivid orange closely aligning with Tomato.
About #CC3A07
At its core, #CC3A07 is a medium and vivid hue. It is closely associated with the named CSS color Tomato. To achieve this exact tint on a monitor, you would use an RGB mix of 204, 58, and 7.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 0% Cyan, 72% Magenta, 97% Yellow, and 20% Black. The HSL representation is 15.5° hue, 93.4% saturation, and 41.4% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #FFFFFF 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#CC3A07
RGB204, 58, 7
HSL15.5°, 93.4%, 41.4%
CMYK0%, 72%, 97%, 20%
HSV15.5°, 96.6%, 80.0%
LAB46.8, 55.7, 56.7
XYZ26.5, 15.9, 1.9
Decimal13384199
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.03:1
Text on #FFFFFF
AA
4.18:1
Text on #000000
AA Large
4.81:1
Text on #F8FAFC
AA
3.55:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #CC3A07;
}
.text-color {
color: #CC3A07;
}
.border-color {
border: 2px solid #CC3A07;
}