#57AFA8
A medium, moderate cyan closely aligning with Lightseagreen.
About #57AFA8
The precise color #57AFA8 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Lightseagreen. This translates to an RGB value of rgb(87, 175, 168).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 50% cyan, 0% magenta, 4% yellow, and 31% black. With a hue angle of 175.2 degrees, it sits comfortably in the cyan spectrum.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 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#57AFA8
RGB87, 175, 168
HSL175.2°, 35.5%, 51.4%
CMYK50%, 0%, 4%, 31%
HSV175.2°, 50.3%, 68.6%
LAB66.1, -28.1, -4.5
XYZ26.3, 35.5, 42.5
Decimal5746600
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.59:1
Text on #FFFFFF
FAIL
8.10:1
Text on #000000
AAA
2.48:1
Text on #F8FAFC
FAIL
6.89:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #57AFA8;
}
.text-color {
color: #57AFA8;
}
.border-color {
border: 2px solid #57AFA8;
}