#3A8AA0
A medium, moderate cyan closely aligning with Cadetblue.
About #3A8AA0
When working with digital screens, the color #3A8AA0 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Cadetblue. This translates to an RGB value of rgb(58, 138, 160).
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 64% C, 14% M, 0% Y, and 37% K. With a hue angle of 192.9 degrees, it sits comfortably in the cyan spectrum.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#3A8AA0
RGB58, 138, 160
HSL192.9°, 46.8%, 42.7%
CMYK64%, 14%, 0%, 37%
HSV192.9°, 63.8%, 62.7%
LAB53.6, -17.4, -18.9
XYZ17.2, 21.6, 36.5
Decimal3836576
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.95:1
Text on #FFFFFF
AA Large
5.32:1
Text on #000000
AA
3.77:1
Text on #F8FAFC
AA Large
4.53:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #3A8AA0;
}
.text-color {
color: #3A8AA0;
}
.border-color {
border: 2px solid #3A8AA0;
}