#3A927C
A medium, moderate cyan closely aligning with Darkcyan.
About #3A927C
At its core, #3A927C is a medium and moderate hue. If you're using CSS, you might find it aligns closely with Darkcyan. In the RGB color space, it consists of 58 red, 146 green, and 124 blue.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 60% cyan and 0% magenta inks. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#3A927C
RGB58, 146, 124
HSL165.0°, 43.1%, 40.0%
CMYK60%, 0%, 15%, 43%
HSV165.0°, 60.3%, 57.3%
LAB55.0, -31.8, 3.9
XYZ15.7, 22.9, 22.7
Decimal3838588
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.76:1
Text on #FFFFFF
AA Large
5.58:1
Text on #000000
AA
3.60:1
Text on #F8FAFC
AA Large
4.75:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #3A927C;
}
.text-color {
color: #3A927C;
}
.border-color {
border: 2px solid #3A927C;
}