#7CC5FF
A light, vivid blue closely aligning with Lightskyblue.
About #7CC5FF
Visually, #7CC5FF is defined as a vivid blue. Its closest recognized web color is Lightskyblue. To achieve this exact tint on a monitor, you would use an RGB mix of 124, 197, and 255.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 51% cyan and 23% magenta inks. With a hue angle of 206.6 degrees, it sits comfortably in the blue spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#7CC5FF
RGB124, 197, 255
HSL206.6°, 100.0%, 74.3%
CMYK51%, 23%, 0%, 0%
HSV206.6°, 51.4%, 100.0%
LAB76.9, -7.1, -35.5
XYZ46.3, 51.4, 102.1
Decimal8177151
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.86:1
Text on #FFFFFF
FAIL
11.29:1
Text on #000000
AAA
1.78:1
Text on #F8FAFC
FAIL
9.60:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #7CC5FF;
}
.text-color {
color: #7CC5FF;
}
.border-color {
border: 2px solid #7CC5FF;
}