#3ABD66
A medium, moderate green closely aligning with Mediumseagreen.
About #3ABD66
At its core, #3ABD66 is a medium and moderate hue. Its closest recognized web color is Mediumseagreen. This translates to an RGB value of rgb(58, 189, 102).
Translating this color to physical media requires the CMYK color model. The color uses 69% Cyan, 0% Magenta, 46% Yellow, and 26% Black. The HSL representation is 140.2° hue, 53.0% saturation, and 48.4% lightness.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#3ABD66
RGB58, 189, 102
HSL140.2°, 53.0%, 48.4%
CMYK69%, 0%, 46%, 26%
HSV140.2°, 69.3%, 74.1%
LAB68.2, -54.4, 33.9
XYZ22.3, 38.3, 18.8
Decimal3849574
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.43:1
Text on #FFFFFF
FAIL
8.65:1
Text on #000000
AAA
2.32:1
Text on #F8FAFC
FAIL
7.35:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #3ABD66;
}
.text-color {
color: #3ABD66;
}
.border-color {
border: 2px solid #3ABD66;
}