#507C7C
A medium, muted cyan closely aligning with Cadetblue.
About #507C7C
The hex code #507C7C represents a beautifully specific shade of cyan. Its closest recognized web color is Cadetblue. In the RGB color space, it consists of 80 red, 124 green, and 124 blue.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 35% cyan and 0% magenta inks. With a hue angle of 180.0 degrees, it sits comfortably in the cyan spectrum.
Ensuring your text is legible against this background is a key part of web design. 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#507C7C
RGB80, 124, 124
HSL180.0°, 21.6%, 40.0%
CMYK35%, 0%, 0%, 51%
HSV180.0°, 35.5%, 48.6%
LAB49.0, -15.1, -4.8
XYZ14.2, 17.6, 21.7
Decimal5274748
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.65:1
Text on #FFFFFF
AA
4.52:1
Text on #000000
AA
4.45:1
Text on #F8FAFC
AA Large
3.84:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #507C7C;
}
.text-color {
color: #507C7C;
}
.border-color {
border: 2px solid #507C7C;
}