#007C8A
A dark, vivid cyan closely aligning with Teal.
About #007C8A
The hex code #007C8A represents a beautifully specific shade of cyan. Its closest recognized web color is Teal. Its digital footprint relies on 0 parts red, 124 parts green, and 138 parts blue light.
Translating this color to physical media requires the CMYK color model. The color uses 100% Cyan, 10% Magenta, 0% Yellow, and 46% Black. With a hue angle of 186.1 degrees, it sits comfortably in the cyan spectrum.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#007C8A
RGB0, 124, 138
HSL186.1°, 100.0%, 27.1%
CMYK100%, 10%, 0%, 46%
HSV186.1°, 100.0%, 54.1%
LAB47.3, -23.5, -15.8
XYZ11.8, 16.3, 26.6
Decimal31882
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.94:1
Text on #FFFFFF
AA
4.25:1
Text on #000000
AA Large
4.72:1
Text on #F8FAFC
AA
3.61:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #007C8A;
}
.text-color {
color: #007C8A;
}
.border-color {
border: 2px solid #007C8A;
}