#50FFDB
A light, vivid cyan closely aligning with Aquamarine.
About #50FFDB
At its core, #50FFDB is a light and vivid hue. If you're using CSS, you might find it aligns closely with Aquamarine. To achieve this exact tint on a monitor, you would use an RGB mix of 80, 255, and 219.
Translating this color to physical media requires the CMYK color model. The color uses 69% Cyan, 0% Magenta, 14% Yellow, and 0% Black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#50FFDB
RGB80, 255, 219
HSL167.7°, 100.0%, 65.7%
CMYK69%, 0%, 14%, 0%
HSV167.7°, 68.6%, 100.0%
LAB90.9, -52.4, 4.3
XYZ51.9, 78.3, 79.4
Decimal5308379
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.26:1
Text on #FFFFFF
FAIL
16.67:1
Text on #000000
AAA
1.20:1
Text on #F8FAFC
FAIL
14.17:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #50FFDB;
}
.text-color {
color: #50FFDB;
}
.border-color {
border: 2px solid #50FFDB;
}