#A8F8F0
A very light, vivid cyan closely aligning with Paleturquoise.
About #A8F8F0
At its core, #A8F8F0 is a very light and vivid hue. Its closest recognized web color is Paleturquoise. In the RGB color space, it consists of 168 red, 248 green, and 240 blue.
If you are designing for print, the four-color process is what matters most. The color uses 32% Cyan, 0% Magenta, 3% Yellow, and 3% Black. With a hue angle of 174.0 degrees, it sits comfortably in the cyan spectrum.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#A8F8F0
RGB168, 248, 240
HSL174.0°, 85.1%, 81.6%
CMYK32%, 0%, 3%, 3%
HSV174.0°, 32.3%, 97.3%
LAB92.5, -26.0, -3.9
XYZ65.4, 81.8, 94.8
Decimal11073776
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.21:1
Text on #FFFFFF
FAIL
17.35:1
Text on #000000
AAA
1.16:1
Text on #F8FAFC
FAIL
14.75:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A8F8F0;
}
.text-color {
color: #A8F8F0;
}
.border-color {
border: 2px solid #A8F8F0;
}