#75BDF8
A light, vivid blue closely aligning with Lightskyblue.
About #75BDF8
Visually, #75BDF8 is defined as a vivid blue. Its closest recognized web color is Lightskyblue. This translates to an RGB value of rgb(117, 189, 248).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 53% cyan, 24% magenta, 0% yellow, and 3% black. With a hue angle of 207.0 degrees, it sits comfortably in the blue spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#75BDF8
RGB117, 189, 248
HSL207.0°, 90.3%, 71.6%
CMYK53%, 24%, 0%, 3%
HSV207.0°, 52.8%, 97.3%
LAB74.2, -6.3, -36.1
XYZ42.5, 47.0, 95.6
Decimal7716344
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.02:1
Text on #FFFFFF
FAIL
10.39:1
Text on #000000
AAA
1.93:1
Text on #F8FAFC
FAIL
8.83:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #75BDF8;
}
.text-color {
color: #75BDF8;
}
.border-color {
border: 2px solid #75BDF8;
}