#507C75
A medium, muted cyan closely aligning with Teal.
About #507C75
Visually, #507C75 is defined as a muted cyan. Its closest recognized web color is Teal. This translates to an RGB value of rgb(80, 124, 117).
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 35% C, 0% M, 6% Y, and 51% K. With a hue angle of 170.5 degrees, it sits comfortably in the cyan spectrum.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#507C75
RGB80, 124, 117
HSL170.5°, 21.6%, 40.0%
CMYK35%, 0%, 6%, 51%
HSV170.5°, 35.5%, 48.6%
LAB48.8, -16.8, -1.0
XYZ13.7, 17.4, 19.5
Decimal5274741
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.69:1
Text on #FFFFFF
AA
4.48:1
Text on #000000
AA Large
4.48:1
Text on #F8FAFC
AA Large
3.81:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #507C75;
}
.text-color {
color: #507C75;
}
.border-color {
border: 2px solid #507C75;
}