#3AC5F8
A light, vivid blue closely aligning with Deepskyblue.
About #3AC5F8
At its core, #3AC5F8 is a light and vivid hue. If you're using CSS, you might find it aligns closely with Deepskyblue. To achieve this exact tint on a monitor, you would use an RGB mix of 58, 197, and 248.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 77% cyan, 21% magenta, 0% yellow, and 3% black. With a hue angle of 196.1 degrees, it sits comfortably in the blue spectrum.
From a UX and accessibility standpoint, contrast is paramount. Because it is a light color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#3AC5F8
RGB58, 197, 248
HSL196.1°, 93.1%, 60.0%
CMYK77%, 21%, 0%, 3%
HSV196.1°, 76.6%, 97.3%
LAB74.6, -20.0, -35.6
XYZ38.7, 47.6, 96.0
Decimal3851768
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.00:1
Text on #FFFFFF
FAIL
10.52:1
Text on #000000
AAA
1.91:1
Text on #F8FAFC
FAIL
8.94:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #3AC5F8;
}
.text-color {
color: #3AC5F8;
}
.border-color {
border: 2px solid #3AC5F8;
}