#75A8C5
A light, moderate blue closely aligning with Skyblue.
About #75A8C5
When working with digital screens, the color #75A8C5 is rendered by mixing light. It is closely associated with the named CSS color Skyblue. This translates to an RGB value of rgb(117, 168, 197).
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 41% cyan and 15% magenta inks. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#75A8C5
RGB117, 168, 197
HSL201.8°, 40.8%, 61.6%
CMYK41%, 15%, 0%, 23%
HSV201.8°, 40.6%, 77.3%
LAB66.4, -9.4, -20.2
XYZ31.4, 35.8, 58.1
Decimal7710917
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.57:1
Text on #FFFFFF
FAIL
8.16:1
Text on #000000
AAA
2.46:1
Text on #F8FAFC
FAIL
6.94:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #75A8C5;
}
.text-color {
color: #75A8C5;
}
.border-color {
border: 2px solid #75A8C5;
}