#75F8FF
A light, vivid cyan closely aligning with Aqua.
About #75F8FF
When working with digital screens, the color #75F8FF is rendered by mixing light. If you're using CSS, you might find it aligns closely with Aqua. Its digital footprint relies on 117 parts red, 248 parts green, and 255 parts blue light.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 54% cyan and 3% magenta inks. With a hue angle of 183.0 degrees, it sits comfortably in the cyan spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#75F8FF
RGB117, 248, 255
HSL183.0°, 100.0%, 72.9%
CMYK54%, 3%, 0%, 0%
HSV183.0°, 54.1%, 100.0%
LAB90.8, -34.1, -14.4
XYZ59.0, 78.1, 106.6
Decimal7731455
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.26:1
Text on #FFFFFF
FAIL
16.63:1
Text on #000000
AAA
1.21:1
Text on #F8FAFC
FAIL
14.14:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #75F8FF;
}
.text-color {
color: #75F8FF;
}
.border-color {
border: 2px solid #75F8FF;
}