#3A8383
A dark, moderate cyan closely aligning with Teal.
About #3A8383
The precise color #3A8383 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Teal. In the RGB color space, it consists of 58 red, 131 green, and 131 blue.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 56% cyan, 0% magenta, 0% yellow, and 49% black. The HSL representation is 180.0° hue, 38.6% saturation, and 37.1% lightness.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#3A8383
RGB58, 131, 131
HSL180.0°, 38.6%, 37.1%
CMYK56%, 0%, 0%, 49%
HSV180.0°, 55.7%, 51.4%
LAB50.4, -22.5, -6.9
XYZ14.0, 18.8, 24.4
Decimal3834755
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.42:1
Text on #FFFFFF
AA Large
4.75:1
Text on #000000
AA
4.22:1
Text on #F8FAFC
AA Large
4.04:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #3A8383;
}
.text-color {
color: #3A8383;
}
.border-color {
border: 2px solid #3A8383;
}