#CCAFAF
A light, muted red closely aligning with Silver.
About #CCAFAF
Visually, #CCAFAF is defined as a muted red. If you're using CSS, you might find it aligns closely with Silver. In the RGB color space, it consists of 204 red, 175 green, and 175 blue.
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 14% Magenta, 14% Yellow, and 20% Black. Always request a physical proof before doing a large print run with this exact code.
When using this color as a background, text legibility must be considered. 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#CCAFAF
RGB204, 175, 175
HSL0.0°, 22.1%, 74.3%
CMYK0%, 14%, 14%, 20%
HSV0.0°, 14.2%, 80.0%
LAB73.9, 10.5, 3.9
XYZ48.0, 46.6, 47.0
Decimal13414319
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.04:1
Text on #FFFFFF
FAIL
10.32:1
Text on #000000
AAA
1.95:1
Text on #F8FAFC
FAIL
8.77:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #CCAFAF;
}
.text-color {
color: #CCAFAF;
}
.border-color {
border: 2px solid #CCAFAF;
}