#42FFF0
A light, vivid cyan closely aligning with Aqua.
About #42FFF0
Visually, #42FFF0 is defined as a vivid cyan. If you're using CSS, you might find it aligns closely with Aqua. Its digital footprint relies on 66 parts red, 255 parts green, and 240 parts blue light.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 74% Cyan, 0% Magenta, 6% Yellow, and 0% Black. The HSL representation is 175.2° hue, 100.0% saturation, and 62.9% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#42FFF0
RGB66, 255, 240
HSL175.2°, 100.0%, 62.9%
CMYK74%, 0%, 6%, 0%
HSV175.2°, 74.1%, 100.0%
LAB91.2, -48.7, -6.1
XYZ53.7, 79.0, 94.8
Decimal4390896
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.25:1
Text on #FFFFFF
FAIL
16.79:1
Text on #000000
AAA
1.20:1
Text on #F8FAFC
FAIL
14.28:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #42FFF0;
}
.text-color {
color: #42FFF0;
}
.border-color {
border: 2px solid #42FFF0;
}