#3A756D
A dark, moderate cyan closely aligning with Teal.
About #3A756D
Visually, #3A756D is defined as a moderate cyan. It is closely associated with the named CSS color Teal. In the RGB color space, it consists of 58 red, 117 green, and 109 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 50% cyan, 0% magenta, 7% yellow, and 54% black. With a hue angle of 171.9 degrees, it sits comfortably in the cyan spectrum.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#3A756D
RGB58, 117, 109
HSL171.9°, 33.7%, 34.3%
CMYK50%, 0%, 7%, 54%
HSV171.9°, 50.4%, 45.9%
LAB45.3, -21.4, -1.5
XYZ10.9, 14.7, 16.7
Decimal3831149
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.32:1
Text on #FFFFFF
AA
3.95:1
Text on #000000
AA Large
5.09:1
Text on #F8FAFC
AA
3.35:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #3A756D;
}
.text-color {
color: #3A756D;
}
.border-color {
border: 2px solid #3A756D;
}