#75A8E2
A light, moderate blue closely aligning with Steelblue.
About #75A8E2
When working with digital screens, the color #75A8E2 is rendered by mixing light. Its closest recognized web color is Steelblue. This translates to an RGB value of rgb(117, 168, 226).
If you are designing for print, the four-color process is what matters most. The color uses 48% Cyan, 26% Magenta, 0% Yellow, and 11% Black. The HSL representation is 211.9° hue, 65.3% saturation, and 67.3% lightness.
From a UX and accessibility standpoint, contrast is paramount. 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#75A8E2
RGB117, 168, 226
HSL211.9°, 65.3%, 67.3%
CMYK48%, 26%, 0%, 11%
HSV211.9°, 48.2%, 88.6%
LAB67.5, -1.2, -34.5
XYZ35.1, 37.3, 77.3
Decimal7710946
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.48:1
Text on #FFFFFF
FAIL
8.46:1
Text on #000000
AAA
2.37:1
Text on #F8FAFC
FAIL
7.19:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #75A8E2;
}
.text-color {
color: #75A8E2;
}
.border-color {
border: 2px solid #75A8E2;
}