#7CA8DB
A light, moderate blue closely aligning with Lightskyblue.
About #7CA8DB
When working with digital screens, the color #7CA8DB is rendered by mixing light. If you're using CSS, you might find it aligns closely with Lightskyblue. This translates to an RGB value of rgb(124, 168, 219).
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 43% Cyan, 23% Magenta, 0% Yellow, and 14% Black. With a hue angle of 212.2 degrees, it sits comfortably in the blue spectrum.
Ensuring your text is legible against this background is a key part of web design. 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#7CA8DB
RGB124, 168, 219
HSL212.2°, 56.9%, 67.3%
CMYK43%, 23%, 0%, 14%
HSV212.2°, 43.4%, 85.9%
LAB67.6, -1.5, -30.5
XYZ35.1, 37.4, 72.4
Decimal8169691
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.48:1
Text on #FFFFFF
FAIL
8.48:1
Text on #000000
AAA
2.37:1
Text on #F8FAFC
FAIL
7.21:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #7CA8DB;
}
.text-color {
color: #7CA8DB;
}
.border-color {
border: 2px solid #7CA8DB;
}