#7DA6B1
A medium, muted cyan closely aligning with Cadetblue.
About #7DA6B1
Visually, #7DA6B1 is defined as a muted cyan. Its closest recognized web color is Cadetblue. In the RGB color space, it consists of 125 red, 166 green, and 177 blue.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 29% C, 6% M, 0% Y, and 31% K. With a hue angle of 192.7 degrees, it sits comfortably in the cyan spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a medium color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#7DA6B1
RGB125, 166, 177
HSL192.7°, 25.0%, 59.2%
CMYK29%, 6%, 0%, 31%
HSV192.7°, 29.4%, 69.4%
LAB65.6, -11.2, -10.2
XYZ30.0, 34.8, 46.7
Decimal8234673
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.64:1
Text on #FFFFFF
FAIL
7.96:1
Text on #000000
AAA
2.52:1
Text on #F8FAFC
FAIL
6.77:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #7DA6B1;
}
.text-color {
color: #7DA6B1;
}
.border-color {
border: 2px solid #7DA6B1;
}