#57F8DB
A light, vivid cyan closely aligning with Aquamarine.
About #57F8DB
At its core, #57F8DB 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 87, 248, and 219.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 65% cyan, 0% magenta, 12% yellow, and 3% black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#57F8DB
RGB87, 248, 219
HSL169.2°, 92.0%, 65.7%
CMYK65%, 0%, 12%, 3%
HSV169.2°, 64.9%, 97.3%
LAB89.1, -48.4, 1.6
XYZ50.3, 74.3, 78.7
Decimal5765339
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.32:1
Text on #FFFFFF
FAIL
15.86:1
Text on #000000
AAA
1.27:1
Text on #F8FAFC
FAIL
13.48:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #57F8DB;
}
.text-color {
color: #57F8DB;
}
.border-color {
border: 2px solid #57F8DB;
}