#332CFF
A medium, vivid blue closely aligning with Blue.
About #332CFF
Visually, #332CFF is defined as a vivid blue. Designers often compare it to the standard color Blue. To achieve this exact tint on a monitor, you would use an RGB mix of 51, 44, and 255.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 80% cyan and 83% magenta inks. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #FFFFFF text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#332CFF
RGB51, 44, 255
HSL242.0°, 100.0%, 58.6%
CMYK80%, 83%, 0%, 0%
HSV242.0°, 82.7%, 100.0%
LAB37.3, 69.0, -99.4
XYZ20.3, 9.7, 95.4
Decimal3353855
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.13:1
Text on #FFFFFF
AAA
2.95:1
Text on #000000
FAIL
6.82:1
Text on #F8FAFC
AA
2.50:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #332CFF;
}
.text-color {
color: #332CFF;
}
.border-color {
border: 2px solid #332CFF;
}