#428375
A dark, moderate cyan closely aligning with Teal.
About #428375
At its core, #428375 is a dark and moderate hue. If you're using CSS, you might find it aligns closely with Teal. This translates to an RGB value of rgb(66, 131, 117).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 50% C, 0% M, 11% Y, and 49% K. Always request a physical proof before doing a large print run with this exact code.
When using this color as a background, text legibility must be considered. Because it is a dark color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#428375
RGB66, 131, 117
HSL167.1°, 33.0%, 38.6%
CMYK50%, 0%, 11%, 49%
HSV167.1°, 49.6%, 51.4%
LAB50.3, -24.4, 1.2
XYZ13.6, 18.7, 19.7
Decimal4359029
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.44:1
Text on #FFFFFF
AA Large
4.74:1
Text on #000000
AA
4.24:1
Text on #F8FAFC
AA Large
4.03:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #428375;
}
.text-color {
color: #428375;
}
.border-color {
border: 2px solid #428375;
}