#5FF0F8
A light, vivid cyan closely aligning with Aqua.
About #5FF0F8
Visually, #5FF0F8 is defined as a vivid cyan. If you're using CSS, you might find it aligns closely with Aqua. This translates to an RGB value of rgb(95, 240, 248).
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 62% cyan and 3% magenta inks. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. Because it is a light color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#5FF0F8
RGB95, 240, 248
HSL183.1°, 91.6%, 67.3%
CMYK62%, 3%, 0%, 3%
HSV183.1°, 61.7%, 97.3%
LAB87.7, -36.1, -15.4
XYZ52.8, 71.5, 99.8
Decimal6287608
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.37:1
Text on #FFFFFF
FAIL
15.31:1
Text on #000000
AAA
1.31:1
Text on #F8FAFC
FAIL
13.01:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #5FF0F8;
}
.text-color {
color: #5FF0F8;
}
.border-color {
border: 2px solid #5FF0F8;
}