#3A99FF
A light, vivid blue closely aligning with Dodgerblue.
About #3A99FF
At its core, #3A99FF is a light and vivid hue. Designers often compare it to the standard color Dodgerblue. In the RGB color space, it consists of 58 red, 153 green, and 255 blue.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 77% cyan, 40% magenta, 0% yellow, and 0% black. With a hue angle of 211.1 degrees, it sits comfortably in the blue spectrum.
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. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#3A99FF
RGB58, 153, 255
HSL211.1°, 100.0%, 61.4%
CMYK77%, 40%, 0%, 0%
HSV211.1°, 77.3%, 100.0%
LAB62.4, 6.8, -58.5
XYZ31.2, 30.9, 98.9
Decimal3840511
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.92:1
Text on #FFFFFF
FAIL
7.18:1
Text on #000000
AAA
2.80:1
Text on #F8FAFC
FAIL
6.10:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #3A99FF;
}
.text-color {
color: #3A99FF;
}
.border-color {
border: 2px solid #3A99FF;
}