#3A83E2
A medium, vivid blue closely aligning with Cornflowerblue.
About #3A83E2
Visually, #3A83E2 is defined as a vivid blue. It is closely associated with the named CSS color Cornflowerblue. To achieve this exact tint on a monitor, you would use an RGB mix of 58, 131, and 226.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 74% cyan, 42% magenta, 0% yellow, and 11% 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. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#3A83E2
RGB58, 131, 226
HSL213.9°, 74.3%, 55.7%
CMYK74%, 42%, 0%, 11%
HSV213.9°, 74.3%, 88.6%
LAB54.7, 9.5, -54.8
XYZ23.6, 22.6, 75.1
Decimal3834850
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.80:1
Text on #FFFFFF
AA Large
5.52:1
Text on #000000
AA
3.63:1
Text on #F8FAFC
AA Large
4.70:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #3A83E2;
}
.text-color {
color: #3A83E2;
}
.border-color {
border: 2px solid #3A83E2;
}