#8AC5C5
A light, moderate cyan closely aligning with Powderblue.
About #8AC5C5
When working with digital screens, the color #8AC5C5 is rendered by mixing light. Its closest recognized web color is Powderblue. In the RGB color space, it consists of 138 red, 197 green, and 197 blue.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 30% cyan and 0% magenta inks. With a hue angle of 180.0 degrees, it sits comfortably in the cyan spectrum.
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#8AC5C5
RGB138, 197, 197
HSL180.0°, 33.7%, 65.7%
CMYK30%, 0%, 0%, 23%
HSV180.0°, 29.9%, 77.3%
LAB75.7, -18.8, -6.1
XYZ40.5, 49.4, 60.2
Decimal9094597
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.93:1
Text on #FFFFFF
FAIL
10.87:1
Text on #000000
AAA
1.85:1
Text on #F8FAFC
FAIL
9.24:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #8AC5C5;
}
.text-color {
color: #8AC5C5;
}
.border-color {
border: 2px solid #8AC5C5;
}