#75C5D3
A light, moderate cyan closely aligning with Skyblue.
About #75C5D3
At its core, #75C5D3 is a light and moderate hue. It is closely associated with the named CSS color Skyblue. In the RGB color space, it consists of 117 red, 197 green, and 211 blue.
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 45% cyan and 7% magenta inks. Always request a physical proof before doing a large print run with this exact code.
When using this color as a background, text legibility must be considered. Because it is a light color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#75C5D3
RGB117, 197, 211
HSL188.9°, 51.6%, 64.3%
CMYK45%, 7%, 0%, 17%
HSV188.9°, 44.5%, 82.7%
LAB75.1, -20.9, -14.7
XYZ39.1, 48.4, 68.9
Decimal7718355
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.97:1
Text on #FFFFFF
FAIL
10.68:1
Text on #000000
AAA
1.88:1
Text on #F8FAFC
FAIL
9.08:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #75C5D3;
}
.text-color {
color: #75C5D3;
}
.border-color {
border: 2px solid #75C5D3;
}