#1D5F6D
A dark, moderate cyan closely aligning with Darkslategray.
About #1D5F6D
At its core, #1D5F6D is a dark and moderate hue. If you're using CSS, you might find it aligns closely with Darkslategray. In the RGB color space, it consists of 29 red, 95 green, and 109 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 73% cyan and 13% magenta inks. This makes it a relatively dark color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#1D5F6D
RGB29, 95, 109
HSL190.5°, 58.0%, 27.1%
CMYK73%, 13%, 0%, 57%
HSV190.5°, 73.4%, 42.7%
LAB37.0, -15.4, -14.0
XYZ7.4, 9.5, 15.9
Decimal1924973
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.22:1
Text on #FFFFFF
AAA
2.91:1
Text on #000000
FAIL
6.90:1
Text on #F8FAFC
AA
2.47:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #1D5F6D;
}
.text-color {
color: #1D5F6D;
}
.border-color {
border: 2px solid #1D5F6D;
}