#5FDBFF
A light, vivid cyan closely aligning with Skyblue.
About #5FDBFF
The hex code #5FDBFF represents a beautifully specific shade of cyan. Its closest recognized web color is Skyblue. This translates to an RGB value of rgb(95, 219, 255).
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 63% cyan and 14% magenta inks. With a hue angle of 193.5 degrees, it sits comfortably in the cyan spectrum.
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#5FDBFF
RGB95, 219, 255
HSL193.5°, 100.0%, 68.6%
CMYK63%, 14%, 0%, 0%
HSV193.5°, 62.7%, 100.0%
LAB82.0, -24.0, -27.8
XYZ48.1, 60.3, 103.7
Decimal6282239
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.61:1
Text on #FFFFFF
FAIL
13.06:1
Text on #000000
AAA
1.54:1
Text on #F8FAFC
FAIL
11.11:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #5FDBFF;
}
.text-color {
color: #5FDBFF;
}
.border-color {
border: 2px solid #5FDBFF;
}