#7CF8F8
A light, vivid cyan closely aligning with Aqua.
About #7CF8F8
When working with digital screens, the color #7CF8F8 is rendered by mixing light. It is closely associated with the named CSS color Aqua. This translates to an RGB value of rgb(124, 248, 248).
If you are designing for print, the four-color process is what matters most. The color uses 50% Cyan, 0% Magenta, 0% Yellow, and 3% Black. The HSL representation is 180.0° hue, 89.9% saturation, and 72.9% lightness.
When using this color as a background, text legibility must be considered. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#7CF8F8
RGB124, 248, 248
HSL180.0°, 89.9%, 72.9%
CMYK50%, 0%, 0%, 3%
HSV180.0°, 50.0%, 97.3%
LAB90.9, -34.6, -10.7
XYZ58.8, 78.2, 100.8
Decimal8190200
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.26:1
Text on #FFFFFF
FAIL
16.64:1
Text on #000000
AAA
1.21:1
Text on #F8FAFC
FAIL
14.15:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #7CF8F8;
}
.text-color {
color: #7CF8F8;
}
.border-color {
border: 2px solid #7CF8F8;
}