#6DE2F8
A light, vivid cyan closely aligning with Skyblue.
About #6DE2F8
The precise color #6DE2F8 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Skyblue. This translates to an RGB value of rgb(109, 226, 248).
If you are designing for print, the four-color process is what matters most. The color uses 56% Cyan, 9% Magenta, 0% Yellow, and 3% Black. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#6DE2F8
RGB109, 226, 248
HSL189.5°, 90.8%, 70.0%
CMYK56%, 9%, 0%, 3%
HSV189.5°, 56.0%, 97.3%
LAB84.2, -27.0, -20.8
XYZ50.4, 64.4, 98.6
Decimal7201528
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.51:1
Text on #FFFFFF
FAIL
13.88:1
Text on #000000
AAA
1.45:1
Text on #F8FAFC
FAIL
11.80:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #6DE2F8;
}
.text-color {
color: #6DE2F8;
}
.border-color {
border: 2px solid #6DE2F8;
}