#407E6C
A dark, moderate green closely aligning with Teal.
About #407E6C
When working with digital screens, the color #407E6C is rendered by mixing light. If you're using CSS, you might find it aligns closely with Teal. In the RGB color space, it consists of 64 red, 126 green, and 108 blue.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 49% Cyan, 0% Magenta, 14% Yellow, and 51% Black. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. 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#407E6C
RGB64, 126, 108
HSL162.6°, 32.6%, 37.3%
CMYK49%, 0%, 14%, 51%
HSV162.6°, 49.2%, 49.4%
LAB48.4, -24.7, 3.6
XYZ12.3, 17.1, 16.8
Decimal4226668
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.75:1
Text on #FFFFFF
AA
4.42:1
Text on #000000
AA Large
4.54:1
Text on #F8FAFC
AA
3.76:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #407E6C;
}
.text-color {
color: #407E6C;
}
.border-color {
border: 2px solid #407E6C;
}