#428A75
A medium, moderate green closely aligning with Teal.
About #428A75
Visually, #428A75 is defined as a moderate green. Its closest recognized web color is Teal. Its digital footprint relies on 66 parts red, 138 parts green, and 117 parts blue light.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 52% cyan, 0% magenta, 15% yellow, and 46% black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#428A75
RGB66, 138, 117
HSL162.5°, 35.3%, 40.0%
CMYK52%, 0%, 15%, 46%
HSV162.5°, 52.2%, 54.1%
LAB52.5, -27.9, 4.4
XYZ14.5, 20.6, 20.0
Decimal4360821
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.10:1
Text on #FFFFFF
AA Large
5.12:1
Text on #000000
AA
3.92:1
Text on #F8FAFC
AA Large
4.36:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #428A75;
}
.text-color {
color: #428A75;
}
.border-color {
border: 2px solid #428A75;
}