#49FFD3
A light, vivid cyan closely aligning with Aquamarine.
About #49FFD3
The hex code #49FFD3 represents a beautifully specific shade of cyan. If you're using CSS, you might find it aligns closely with Aquamarine. In the RGB color space, it consists of 73 red, 255 green, and 211 blue.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 71% C, 0% M, 17% Y, and 0% K. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. 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#49FFD3
RGB73, 255, 211
HSL165.5°, 100.0%, 64.3%
CMYK71%, 0%, 17%, 0%
HSV165.5°, 71.4%, 100.0%
LAB90.6, -55.2, 8.0
XYZ50.3, 77.6, 74.0
Decimal4849619
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.27:1
Text on #FFFFFF
FAIL
16.53:1
Text on #000000
AAA
1.21:1
Text on #F8FAFC
FAIL
14.05:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #49FFD3;
}
.text-color {
color: #49FFD3;
}
.border-color {
border: 2px solid #49FFD3;
}