#165F75
A dark, moderate cyan closely aligning with Darkslategray.
About #165F75
When working with digital screens, the color #165F75 is rendered by mixing light. It is closely associated with the named CSS color Darkslategray. This translates to an RGB value of rgb(22, 95, 117).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 81% cyan, 19% magenta, 0% yellow, and 54% black. With a hue angle of 193.9 degrees, it sits comfortably in the cyan spectrum.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#165F75
RGB22, 95, 117
HSL193.9°, 68.3%, 27.3%
CMYK81%, 19%, 0%, 54%
HSV193.9°, 81.2%, 45.9%
LAB37.2, -13.5, -18.6
XYZ7.6, 9.6, 18.3
Decimal1466229
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.17:1
Text on #FFFFFF
AAA
2.93:1
Text on #000000
FAIL
6.86:1
Text on #F8FAFC
AA
2.49:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #165F75;
}
.text-color {
color: #165F75;
}
.border-color {
border: 2px solid #165F75;
}