#2C92AF
A medium, moderate cyan closely aligning with Cadetblue.
About #2C92AF
The hex code #2C92AF represents a beautifully specific shade of cyan. It is closely associated with the named CSS color Cadetblue. This translates to an RGB value of rgb(44, 146, 175).
Translating this color to physical media requires the CMYK color model. The color uses 75% Cyan, 17% Magenta, 0% Yellow, and 31% Black. With a hue angle of 193.3 degrees, it sits comfortably in the cyan spectrum.
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#2C92AF
RGB44, 146, 175
HSL193.3°, 59.8%, 42.9%
CMYK75%, 17%, 0%, 31%
HSV193.3°, 74.9%, 68.6%
LAB56.3, -18.9, -23.5
XYZ19.1, 24.2, 44.2
Decimal2921135
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.60:1
Text on #FFFFFF
AA Large
5.84:1
Text on #000000
AA
3.44:1
Text on #F8FAFC
AA Large
4.96:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #2C92AF;
}
.text-color {
color: #2C92AF;
}
.border-color {
border: 2px solid #2C92AF;
}