#49AFBD
A medium, moderate cyan closely aligning with Cadetblue.
About #49AFBD
At its core, #49AFBD is a medium and moderate hue. It is closely associated with the named CSS color Cadetblue. This translates to an RGB value of rgb(73, 175, 189).
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 61% C, 7% M, 0% Y, and 26% K. With a hue angle of 187.2 degrees, it sits comfortably in the cyan 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#49AFBD
RGB73, 175, 189
HSL187.2°, 46.8%, 51.4%
CMYK61%, 7%, 0%, 26%
HSV187.2°, 61.4%, 74.1%
LAB66.3, -25.1, -16.0
XYZ27.3, 35.8, 53.6
Decimal4829117
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.58:1
Text on #FFFFFF
FAIL
8.15:1
Text on #000000
AAA
2.46:1
Text on #F8FAFC
FAIL
6.93:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #49AFBD;
}
.text-color {
color: #49AFBD;
}
.border-color {
border: 2px solid #49AFBD;
}