#AFC5CC
A light, muted cyan closely aligning with Silver.
About #AFC5CC
When working with digital screens, the color #AFC5CC is rendered by mixing light. If you're using CSS, you might find it aligns closely with Silver. In the RGB color space, it consists of 175 red, 197 green, and 204 blue.
If you are designing for print, the four-color process is what matters most. The color uses 14% Cyan, 3% Magenta, 0% Yellow, and 20% Black. The HSL representation is 194.5° hue, 22.1% saturation, and 74.3% lightness.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#AFC5CC
RGB175, 197, 204
HSL194.5°, 22.1%, 74.3%
CMYK14%, 3%, 0%, 20%
HSV194.5°, 14.2%, 80.0%
LAB78.1, -6.0, -6.0
XYZ48.5, 53.4, 64.9
Decimal11519436
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.80:1
Text on #FFFFFF
FAIL
11.68:1
Text on #000000
AAA
1.72:1
Text on #F8FAFC
FAIL
9.93:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #AFC5CC;
}
.text-color {
color: #AFC5CC;
}
.border-color {
border: 2px solid #AFC5CC;
}