#CCAFB6
A light, muted red closely aligning with Thistle.
About #CCAFB6
Visually, #CCAFB6 is defined as a muted red. Its closest recognized web color is Thistle. This translates to an RGB value of rgb(204, 175, 182).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 0% cyan, 14% magenta, 11% yellow, and 20% black. With a hue angle of 345.5 degrees, it sits comfortably in the red spectrum.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#CCAFB6
RGB204, 175, 182
HSL345.5°, 22.1%, 74.3%
CMYK0%, 14%, 11%, 20%
HSV345.5°, 14.2%, 80.0%
LAB74.1, 11.6, 0.3
XYZ48.7, 46.9, 50.7
Decimal13414326
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.02:1
Text on #FFFFFF
FAIL
10.37:1
Text on #000000
AAA
1.93:1
Text on #F8FAFC
FAIL
8.82:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #CCAFB6;
}
.text-color {
color: #CCAFB6;
}
.border-color {
border: 2px solid #CCAFB6;
}