#428A6D
A medium, moderate green closely aligning with Seagreen.
About #428A6D
The hex code #428A6D represents a beautifully specific shade of green. If you're using CSS, you might find it aligns closely with Seagreen. This translates to an RGB value of rgb(66, 138, 109).
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 52% Cyan, 0% Magenta, 21% Yellow, and 46% Black. The HSL representation is 155.8° hue, 35.3% saturation, and 40.0% lightness.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #000000 typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#428A6D
RGB66, 138, 109
HSL155.8°, 35.3%, 40.0%
CMYK52%, 0%, 21%, 46%
HSV155.8°, 52.2%, 54.1%
LAB52.3, -29.9, 8.7
XYZ14.1, 20.4, 17.7
Decimal4360813
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.13:1
Text on #FFFFFF
AA Large
5.09:1
Text on #000000
AA
3.94:1
Text on #F8FAFC
AA Large
4.33:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #428A6D;
}
.text-color {
color: #428A6D;
}
.border-color {
border: 2px solid #428A6D;
}