#004250
A very dark, vivid cyan closely aligning with Darkslategray.
About #004250
Visually, #004250 is defined as a vivid cyan. If you're using CSS, you might find it aligns closely with Darkslategray. In the RGB color space, it consists of 0 red, 66 green, and 80 blue.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 100% cyan and 18% magenta inks. This makes it a relatively dark color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#004250
RGB0, 66, 80
HSL190.5°, 100.0%, 15.7%
CMYK100%, 18%, 0%, 69%
HSV190.5°, 100.0%, 31.4%
LAB25.2, -12.8, -13.7
XYZ3.4, 4.5, 8.3
Decimal16976
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
11.08:1
Text on #FFFFFF
AAA
1.90:1
Text on #000000
FAIL
10.59:1
Text on #F8FAFC
AAA
1.61:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #004250;
}
.text-color {
color: #004250;
}
.border-color {
border: 2px solid #004250;
}