#1DA07C
A dark, moderate green closely aligning with Seagreen.
About #1DA07C
At its core, #1DA07C is a dark and moderate hue. Its closest recognized web color is Seagreen. This translates to an RGB value of rgb(29, 160, 124).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 82% Cyan, 0% Magenta, 22% Yellow, and 37% 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. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#1DA07C
RGB29, 160, 124
HSL163.5°, 69.3%, 37.1%
CMYK82%, 0%, 22%, 37%
HSV163.5°, 81.9%, 62.7%
LAB58.8, -42.5, 9.3
XYZ16.7, 26.9, 23.4
Decimal1941628
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.30:1
Text on #FFFFFF
AA Large
6.37:1
Text on #000000
AA
3.15:1
Text on #F8FAFC
AA Large
5.42:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #1DA07C;
}
.text-color {
color: #1DA07C;
}
.border-color {
border: 2px solid #1DA07C;
}