#57928A
A medium, muted cyan closely aligning with Cadetblue.
About #57928A
When working with digital screens, the color #57928A is rendered by mixing light. If you're using CSS, you might find it aligns closely with Cadetblue. Its digital footprint relies on 87 parts red, 146 parts green, and 138 parts blue light.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 40% C, 0% M, 5% Y, and 43% K. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. Because it is a medium color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#57928A
RGB87, 146, 138
HSL171.9°, 25.3%, 45.7%
CMYK40%, 0%, 5%, 43%
HSV171.9°, 40.4%, 57.3%
LAB56.5, -21.2, -1.8
XYZ18.8, 24.4, 27.8
Decimal5739146
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.57:1
Text on #FFFFFF
AA Large
5.88:1
Text on #000000
AA
3.41:1
Text on #F8FAFC
AA Large
5.00:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #57928A;
}
.text-color {
color: #57928A;
}
.border-color {
border: 2px solid #57928A;
}