#42FFDB
A light, vivid cyan closely aligning with Aquamarine.
About #42FFDB
The precise color #42FFDB is an excellent choice for modern design projects. It is closely associated with the named CSS color Aquamarine. To achieve this exact tint on a monitor, you would use an RGB mix of 66, 255, and 219.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 74% cyan, 0% magenta, 14% yellow, and 0% black. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. 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#42FFDB
RGB66, 255, 219
HSL168.6°, 100.0%, 62.9%
CMYK74%, 0%, 14%, 0%
HSV168.6°, 74.1%, 100.0%
LAB90.7, -54.1, 4.0
XYZ50.8, 77.8, 79.4
Decimal4390875
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.27:1
Text on #FFFFFF
FAIL
16.56:1
Text on #000000
AAA
1.21:1
Text on #F8FAFC
FAIL
14.08:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #42FFDB;
}
.text-color {
color: #42FFDB;
}
.border-color {
border: 2px solid #42FFDB;
}