#332CF8
A medium, vivid blue closely aligning with Mediumblue.
About #332CF8
Visually, #332CF8 is defined as a vivid blue. If you're using CSS, you might find it aligns closely with Mediumblue. To achieve this exact tint on a monitor, you would use an RGB mix of 51, 44, and 248.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 79% C, 82% M, 0% Y, and 3% K. With a hue angle of 242.1 degrees, it sits comfortably in the blue spectrum.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#332CF8
RGB51, 44, 248
HSL242.1°, 93.6%, 57.3%
CMYK79%, 82%, 0%, 3%
HSV242.1°, 82.3%, 97.3%
LAB36.5, 67.0, -96.9
XYZ19.2, 9.3, 89.6
Decimal3353848
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.35:1
Text on #FFFFFF
AAA
2.86:1
Text on #000000
FAIL
7.03:1
Text on #F8FAFC
AAA
2.43:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #332CF8;
}
.text-color {
color: #332CF8;
}
.border-color {
border: 2px solid #332CF8;
}