#75AFF0
A light, vivid blue closely aligning with Lightskyblue.
About #75AFF0
When working with digital screens, the color #75AFF0 is rendered by mixing light. Its closest recognized web color is Lightskyblue. This translates to an RGB value of rgb(117, 175, 240).
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 51% cyan and 27% magenta inks. The HSL representation is 211.7° hue, 80.4% saturation, and 70.0% lightness.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#75AFF0
RGB117, 175, 240
HSL211.7°, 80.4%, 70.0%
CMYK51%, 27%, 0%, 6%
HSV211.7°, 51.3%, 94.1%
LAB70.0, -1.0, -38.2
XYZ38.4, 40.7, 88.3
Decimal7712752
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.30:1
Text on #FFFFFF
FAIL
9.15:1
Text on #000000
AAA
2.19:1
Text on #F8FAFC
FAIL
7.78:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #75AFF0;
}
.text-color {
color: #75AFF0;
}
.border-color {
border: 2px solid #75AFF0;
}