#A8FFF8
A very light, vivid cyan closely aligning with Paleturquoise.
About #A8FFF8
Visually, #A8FFF8 is defined as a vivid cyan. If you're using CSS, you might find it aligns closely with Paleturquoise. This translates to an RGB value of rgb(168, 255, 248).
For print applications, it's crucial to understand its CMYK makeup. The color uses 34% Cyan, 0% Magenta, 3% Yellow, and 0% Black. With a hue angle of 175.2 degrees, it sits comfortably in the cyan spectrum.
Contrast ratios determine whether this color is safe for typography. Because it is a very light color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#A8FFF8
RGB168, 255, 248
HSL175.2°, 100.0%, 82.9%
CMYK34%, 0%, 3%, 0%
HSV175.2°, 34.1%, 100.0%
LAB94.6, -27.6, -5.0
XYZ68.9, 86.6, 101.9
Decimal11075576
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.15:1
Text on #FFFFFF
FAIL
18.32:1
Text on #000000
AAA
1.10:1
Text on #F8FAFC
FAIL
15.58:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A8FFF8;
}
.text-color {
color: #A8FFF8;
}
.border-color {
border: 2px solid #A8FFF8;
}