#75F8F8
A light, vivid cyan closely aligning with Aqua.
About #75F8F8
When working with digital screens, the color #75F8F8 is rendered by mixing light. Designers often compare it to the standard color Aqua. This translates to an RGB value of rgb(117, 248, 248).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 53% Cyan, 0% Magenta, 0% Yellow, and 3% Black. The HSL representation is 180.0° hue, 90.3% saturation, and 71.6% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a light color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#75F8F8
RGB117, 248, 248
HSL180.0°, 90.3%, 71.6%
CMYK53%, 0%, 0%, 3%
HSV180.0°, 52.8%, 97.3%
LAB90.6, -35.9, -11.0
XYZ57.8, 77.7, 100.8
Decimal7731448
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.27:1
Text on #FFFFFF
FAIL
16.54:1
Text on #000000
AAA
1.21:1
Text on #F8FAFC
FAIL
14.06:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #75F8F8;
}
.text-color {
color: #75F8F8;
}
.border-color {
border: 2px solid #75F8F8;
}