#02F5FB
A medium, vivid cyan closely aligning with Aqua.
About #02F5FB
The hex code #02F5FB represents a beautifully specific shade of cyan. If you're using CSS, you might find it aligns closely with Aqua. In the RGB color space, it consists of 2 red, 245 green, and 251 blue.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 99% cyan, 2% magenta, 0% yellow, and 2% black. The HSL representation is 181.4° hue, 98.4% saturation, and 49.6% lightness.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#02F5FB
RGB2, 245, 251
HSL181.4°, 98.4%, 49.6%
CMYK99%, 2%, 0%, 2%
HSV181.4°, 99.2%, 98.4%
LAB88.1, -44.9, -16.6
XYZ50.1, 72.3, 102.6
Decimal194043
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.36:1
Text on #FFFFFF
FAIL
15.46:1
Text on #000000
AAA
1.30:1
Text on #F8FAFC
FAIL
13.14:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #02F5FB;
}
.text-color {
color: #02F5FB;
}
.border-color {
border: 2px solid #02F5FB;
}