#007C83
A dark, vivid cyan closely aligning with Teal.
About #007C83
At its core, #007C83 is a dark and vivid hue. Its closest recognized web color is Teal. Its digital footprint relies on 0 parts red, 124 parts green, and 131 parts blue light.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 100% cyan, 5% magenta, 0% yellow, and 49% black. With a hue angle of 183.2 degrees, it sits comfortably in the cyan spectrum.
From a UX and accessibility standpoint, contrast is paramount. Because it is a dark color, it is generally recommended to use #FFFFFF text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#007C83
RGB0, 124, 131
HSL183.2°, 100.0%, 25.7%
CMYK100%, 5%, 0%, 49%
HSV183.2°, 100.0%, 51.4%
LAB47.0, -25.9, -12.1
XYZ11.3, 16.1, 24.0
Decimal31875
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.99:1
Text on #FFFFFF
AA
4.21:1
Text on #000000
AA Large
4.77:1
Text on #F8FAFC
AA
3.58:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #007C83;
}
.text-color {
color: #007C83;
}
.border-color {
border: 2px solid #007C83;
}