#6DFFF8
A light, vivid cyan closely aligning with Aqua.
About #6DFFF8
At its core, #6DFFF8 is a light and vivid hue. If you're using CSS, you might find it aligns closely with Aqua. In the RGB color space, it consists of 109 red, 255 green, and 248 blue.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 57% cyan and 0% magenta inks. The HSL representation is 177.1° hue, 100.0% saturation, and 71.4% lightness.
Ensuring your text is legible against this background is a key part of web design. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#6DFFF8
RGB109, 255, 248
HSL177.1°, 100.0%, 71.4%
CMYK57%, 0%, 3%, 0%
HSV177.1°, 57.3%, 100.0%
LAB92.4, -40.6, -8.5
XYZ59.0, 81.5, 101.4
Decimal7208952
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.21:1
Text on #FFFFFF
FAIL
17.31:1
Text on #000000
AAA
1.16:1
Text on #F8FAFC
FAIL
14.72:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #6DFFF8;
}
.text-color {
color: #6DFFF8;
}
.border-color {
border: 2px solid #6DFFF8;
}