#50998A
A medium, moderate cyan closely aligning with Cadetblue.
About #50998A
The precise color #50998A is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Cadetblue. In the RGB color space, it consists of 80 red, 153 green, and 138 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 48% Cyan, 0% Magenta, 10% Yellow, and 40% Black. With a hue angle of 167.7 degrees, it sits comfortably in the cyan spectrum.
When using this color as a background, text legibility must be considered. Because it is a medium 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#50998A
RGB80, 153, 138
HSL167.7°, 31.3%, 45.7%
CMYK48%, 0%, 10%, 40%
HSV167.7°, 47.7%, 60.0%
LAB58.3, -26.6, 0.8
XYZ19.3, 26.3, 28.1
Decimal5282186
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.35:1
Text on #FFFFFF
AA Large
6.26:1
Text on #000000
AA
3.20:1
Text on #F8FAFC
AA Large
5.33:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #50998A;
}
.text-color {
color: #50998A;
}
.border-color {
border: 2px solid #50998A;
}