#75AFB6
A medium, moderate cyan closely aligning with Cadetblue.
About #75AFB6
Visually, #75AFB6 is defined as a moderate cyan. If you're using CSS, you might find it aligns closely with Cadetblue. This translates to an RGB value of rgb(117, 175, 182).
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 36% cyan, 4% magenta, 0% yellow, and 29% black. With a hue angle of 186.5 degrees, it sits comfortably in the cyan spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#75AFB6
RGB117, 175, 182
HSL186.5°, 30.8%, 58.6%
CMYK36%, 4%, 0%, 29%
HSV186.5°, 35.7%, 71.4%
LAB67.9, -17.0, -9.6
XYZ31.1, 37.8, 49.9
Decimal7712694
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.45:1
Text on #FFFFFF
FAIL
8.56:1
Text on #000000
AAA
2.34:1
Text on #F8FAFC
FAIL
7.28:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #75AFB6;
}
.text-color {
color: #75AFB6;
}
.border-color {
border: 2px solid #75AFB6;
}