#5FBDDB
A light, moderate cyan closely aligning with Skyblue.
About #5FBDDB
Visually, #5FBDDB is defined as a moderate cyan. Its closest recognized web color is Skyblue. In the RGB color space, it consists of 95 red, 189 green, and 219 blue.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 57% C, 14% M, 0% Y, and 14% K. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. Because it is a light color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#5FBDDB
RGB95, 189, 219
HSL194.5°, 63.3%, 61.6%
CMYK57%, 14%, 0%, 14%
HSV194.5°, 56.6%, 85.9%
LAB72.2, -19.4, -23.5
XYZ35.7, 43.9, 73.6
Decimal6274523
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.15:1
Text on #FFFFFF
FAIL
9.79:1
Text on #000000
AAA
2.05:1
Text on #F8FAFC
FAIL
8.32:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #5FBDDB;
}
.text-color {
color: #5FBDDB;
}
.border-color {
border: 2px solid #5FBDDB;
}