#75A0DB
A light, moderate blue closely aligning with Steelblue.
About #75A0DB
At its core, #75A0DB is a light and moderate hue. If you're using CSS, you might find it aligns closely with Steelblue. Its digital footprint relies on 117 parts red, 160 parts green, and 219 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. The color uses 47% Cyan, 27% Magenta, 0% Yellow, and 14% Black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. 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#75A0DB
RGB117, 160, 219
HSL214.7°, 58.6%, 65.9%
CMYK47%, 27%, 0%, 14%
HSV214.7°, 46.6%, 85.9%
LAB65.0, 1.2, -34.5
XYZ32.7, 34.0, 71.9
Decimal7708891
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.69:1
Text on #FFFFFF
FAIL
7.81:1
Text on #000000
AAA
2.57:1
Text on #F8FAFC
FAIL
6.64:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #75A0DB;
}
.text-color {
color: #75A0DB;
}
.border-color {
border: 2px solid #75A0DB;
}