#3AF892
A light, vivid green closely aligning with Mediumspringgreen.
About #3AF892
At its core, #3AF892 is a light and vivid hue. Designers often compare it to the standard color Mediumspringgreen. This translates to an RGB value of rgb(58, 248, 146).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 77% cyan, 0% magenta, 41% yellow, and 3% black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#3AF892
RGB58, 248, 146
HSL147.8°, 93.1%, 60.0%
CMYK77%, 0%, 41%, 3%
HSV147.8°, 76.6%, 97.3%
LAB87.1, -67.9, 36.1
XYZ40.5, 70.1, 38.6
Decimal3864722
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.40:1
Text on #FFFFFF
FAIL
15.02:1
Text on #000000
AAA
1.34:1
Text on #F8FAFC
FAIL
12.77:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #3AF892;
}
.text-color {
color: #3AF892;
}
.border-color {
border: 2px solid #3AF892;
}