#00FFF8
A medium, vivid cyan closely aligning with Aqua.
About #00FFF8
When working with digital screens, the color #00FFF8 is rendered by mixing light. Its closest recognized web color is Aqua. Its digital footprint relies on 0 parts red, 255 parts green, and 248 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 100% cyan, 0% magenta, 3% yellow, and 0% black. With a hue angle of 178.4 degrees, it sits comfortably in the cyan spectrum.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium 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#00FFF8
RGB0, 255, 248
HSL178.4°, 100.0%, 50.0%
CMYK100%, 0%, 3%, 0%
HSV178.4°, 100.0%, 100.0%
LAB90.9, -50.1, -10.8
XYZ52.7, 78.3, 101.1
Decimal65528
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.26:1
Text on #FFFFFF
FAIL
16.66:1
Text on #000000
AAA
1.20:1
Text on #F8FAFC
FAIL
14.16:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #00FFF8;
}
.text-color {
color: #00FFF8;
}
.border-color {
border: 2px solid #00FFF8;
}