#75FFE9
A light, vivid cyan closely aligning with Aquamarine.
About #75FFE9
At its core, #75FFE9 is a light and vivid hue. Its closest recognized web color is Aquamarine. In the RGB color space, it consists of 117 red, 255 green, and 233 blue.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 54% C, 0% M, 9% Y, and 0% K. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#75FFE9
RGB117, 255, 233
HSL170.4°, 100.0%, 72.9%
CMYK54%, 0%, 9%, 0%
HSV170.4°, 54.1%, 100.0%
LAB92.2, -42.8, -0.9
XYZ57.8, 81.2, 89.7
Decimal7733225
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.22:1
Text on #FFFFFF
FAIL
17.24:1
Text on #000000
AAA
1.16:1
Text on #F8FAFC
FAIL
14.65:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #75FFE9;
}
.text-color {
color: #75FFE9;
}
.border-color {
border: 2px solid #75FFE9;
}