#75D3F8
A light, vivid blue closely aligning with Skyblue.
About #75D3F8
At its core, #75D3F8 is a light and vivid hue. Designers often compare it to the standard color Skyblue. To achieve this exact tint on a monitor, you would use an RGB mix of 117, 211, and 248.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 53% cyan and 15% magenta inks. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. 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#75D3F8
RGB117, 211, 248
HSL196.9°, 90.3%, 71.6%
CMYK53%, 15%, 0%, 3%
HSV196.9°, 52.8%, 97.3%
LAB80.3, -17.9, -26.7
XYZ47.6, 57.1, 97.3
Decimal7721976
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.69:1
Text on #FFFFFF
FAIL
12.43:1
Text on #000000
AAA
1.61:1
Text on #F8FAFC
FAIL
10.57:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #75D3F8;
}
.text-color {
color: #75D3F8;
}
.border-color {
border: 2px solid #75D3F8;
}