#3AF8B6
A light, vivid green closely aligning with Mediumspringgreen.
About #3AF8B6
Visually, #3AF8B6 is defined as a vivid green. Designers often compare it to the standard color Mediumspringgreen. This translates to an RGB value of rgb(58, 248, 182).
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 77% Cyan, 0% Magenta, 27% Yellow, and 3% Black. The HSL representation is 159.2° hue, 93.1% saturation, and 60.0% lightness.
Ensuring your text is legible against this background is a key part of web design. Because it is a light color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#3AF8B6
RGB58, 248, 182
HSL159.2°, 93.1%, 60.0%
CMYK77%, 0%, 27%, 3%
HSV159.2°, 76.6%, 97.3%
LAB87.7, -60.8, 18.8
XYZ43.8, 71.4, 55.7
Decimal3864758
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.37:1
Text on #FFFFFF
FAIL
15.28:1
Text on #000000
AAA
1.31:1
Text on #F8FAFC
FAIL
12.99:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #3AF8B6;
}
.text-color {
color: #3AF8B6;
}
.border-color {
border: 2px solid #3AF8B6;
}