#75A883
A medium, muted green closely aligning with Darkseagreen.
About #75A883
Visually, #75A883 is defined as a muted green. If you're using CSS, you might find it aligns closely with Darkseagreen. In the RGB color space, it consists of 117 red, 168 green, and 131 blue.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 30% cyan, 0% magenta, 22% yellow, and 34% black. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a medium color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#75A883
RGB117, 168, 131
HSL136.5°, 22.7%, 55.9%
CMYK30%, 0%, 22%, 34%
HSV136.5°, 30.4%, 65.9%
LAB64.5, -24.8, 13.8
XYZ25.4, 33.4, 26.6
Decimal7710851
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.73:1
Text on #FFFFFF
FAIL
7.69:1
Text on #000000
AAA
2.61:1
Text on #F8FAFC
FAIL
6.53:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #75A883;
}
.text-color {
color: #75A883;
}
.border-color {
border: 2px solid #75A883;
}