#50A892
A medium, moderate cyan closely aligning with Lightseagreen.
About #50A892
The hex code #50A892 represents a beautifully specific shade of cyan. It is closely associated with the named CSS color Lightseagreen. In the RGB color space, it consists of 80 red, 168 green, and 146 blue.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 52% cyan, 0% magenta, 13% yellow, and 34% black. The HSL representation is 165.0° hue, 35.5% saturation, and 48.6% lightness.
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#50A892
RGB80, 168, 146
HSL165.0°, 35.5%, 48.6%
CMYK52%, 0%, 13%, 34%
HSV165.0°, 52.4%, 65.9%
LAB63.2, -31.9, 3.3
XYZ22.5, 31.8, 32.1
Decimal5286034
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.85:1
Text on #FFFFFF
FAIL
7.36:1
Text on #000000
AAA
2.73:1
Text on #F8FAFC
FAIL
6.25:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #50A892;
}
.text-color {
color: #50A892;
}
.border-color {
border: 2px solid #50A892;
}