#3A99A0
A medium, moderate cyan closely aligning with Cadetblue.
About #3A99A0
At its core, #3A99A0 is a medium and moderate hue. Its closest recognized web color is Cadetblue. In the RGB color space, it consists of 58 red, 153 green, and 160 blue.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 64% C, 4% M, 0% Y, and 37% K. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#3A99A0
RGB58, 153, 160
HSL184.1°, 46.8%, 42.7%
CMYK64%, 4%, 0%, 37%
HSV184.1°, 63.8%, 62.7%
LAB58.2, -25.2, -11.9
XYZ19.5, 26.2, 37.3
Decimal3840416
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.36:1
Text on #FFFFFF
AA Large
6.24:1
Text on #000000
AA
3.21:1
Text on #F8FAFC
AA Large
5.31:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #3A99A0;
}
.text-color {
color: #3A99A0;
}
.border-color {
border: 2px solid #3A99A0;
}