#75F8AF
A light, vivid green closely aligning with Lightgreen.
About #75F8AF
Visually, #75F8AF is defined as a vivid green. If you're using CSS, you might find it aligns closely with Lightgreen. To achieve this exact tint on a monitor, you would use an RGB mix of 117, 248, and 175.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 53% C, 0% M, 29% Y, and 3% K. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. 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#75F8AF
RGB117, 248, 175
HSL146.6°, 90.3%, 71.6%
CMYK53%, 0%, 29%, 3%
HSV146.6°, 52.8%, 97.3%
LAB88.9, -52.3, 24.3
XYZ48.6, 74.0, 52.3
Decimal7731375
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.33:1
Text on #FFFFFF
FAIL
15.80:1
Text on #000000
AAA
1.27:1
Text on #F8FAFC
FAIL
13.43:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #75F8AF;
}
.text-color {
color: #75F8AF;
}
.border-color {
border: 2px solid #75F8AF;
}