#1DBD8A
A medium, vivid green closely aligning with Mediumseagreen.
About #1DBD8A
Visually, #1DBD8A is defined as a vivid green. It is closely associated with the named CSS color Mediumseagreen. This translates to an RGB value of rgb(29, 189, 138).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 85% C, 0% M, 27% Y, and 26% K. The HSL representation is 160.9° hue, 73.4% saturation, and 42.7% lightness.
Ensuring your text is legible against this background is a key part of web design. Because it is a medium color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#1DBD8A
RGB29, 189, 138
HSL160.9°, 73.4%, 42.7%
CMYK85%, 0%, 27%, 26%
HSV160.9°, 84.7%, 74.1%
LAB68.4, -50.8, 15.0
XYZ23.3, 38.5, 30.2
Decimal1949066
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.41:1
Text on #FFFFFF
FAIL
8.70:1
Text on #000000
AAA
2.31:1
Text on #F8FAFC
FAIL
7.39:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #1DBD8A;
}
.text-color {
color: #1DBD8A;
}
.border-color {
border: 2px solid #1DBD8A;
}