#6DD3F8
A light, vivid blue closely aligning with Skyblue.
About #6DD3F8
Visually, #6DD3F8 is defined as a vivid blue. Its closest recognized web color is Skyblue. Its digital footprint relies on 109 parts red, 211 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 56% cyan, 15% magenta, 0% yellow, and 3% black. Always request a physical proof before doing a large print run with this exact code.
When using this color as a background, text legibility must be considered. 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#6DD3F8
RGB109, 211, 248
HSL196.0°, 90.8%, 70.0%
CMYK56%, 15%, 0%, 3%
HSV196.0°, 56.0%, 97.3%
LAB80.0, -19.5, -27.2
XYZ46.5, 56.6, 97.3
Decimal7197688
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.70:1
Text on #FFFFFF
FAIL
12.32:1
Text on #000000
AAA
1.63:1
Text on #F8FAFC
FAIL
10.48:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #6DD3F8;
}
.text-color {
color: #6DD3F8;
}
.border-color {
border: 2px solid #6DD3F8;
}