#07FFAF
A medium, vivid green closely aligning with Mediumspringgreen.
About #07FFAF
At its core, #07FFAF is a medium and vivid hue. Its closest recognized web color is Mediumspringgreen. This translates to an RGB value of rgb(7, 255, 175).
If you are designing for print, the four-color process is what matters most. The color uses 97% Cyan, 0% Magenta, 31% Yellow, and 0% Black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. 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#07FFAF
RGB7, 255, 175
HSL160.6°, 100.0%, 51.4%
CMYK97%, 0%, 31%, 0%
HSV160.6°, 97.3%, 100.0%
LAB89.2, -68.0, 24.4
XYZ43.6, 74.7, 52.7
Decimal524207
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.32:1
Text on #FFFFFF
FAIL
15.93:1
Text on #000000
AAA
1.26:1
Text on #F8FAFC
FAIL
13.54:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #07FFAF;
}
.text-color {
color: #07FFAF;
}
.border-color {
border: 2px solid #07FFAF;
}