#3AAFF8
A light, vivid blue closely aligning with Deepskyblue.
About #3AAFF8
When working with digital screens, the color #3AAFF8 is rendered by mixing light. It is closely associated with the named CSS color Deepskyblue. Its digital footprint relies on 58 parts red, 175 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 77% cyan, 29% magenta, 0% yellow, and 3% black. With a hue angle of 203.1 degrees, it sits comfortably in the blue spectrum.
Contrast ratios determine whether this color is safe for typography. 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#3AAFF8
RGB58, 175, 248
HSL203.1°, 93.1%, 60.0%
CMYK77%, 29%, 0%, 3%
HSV203.1°, 76.6%, 97.3%
LAB68.3, -8.2, -45.4
XYZ34.0, 38.3, 94.4
Decimal3846136
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.42:1
Text on #FFFFFF
FAIL
8.67:1
Text on #000000
AAA
2.32:1
Text on #F8FAFC
FAIL
7.37:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #3AAFF8;
}
.text-color {
color: #3AAFF8;
}
.border-color {
border: 2px solid #3AAFF8;
}