#331DF0
A medium, vivid blue closely aligning with Mediumblue.
About #331DF0
At its core, #331DF0 is a medium and vivid hue. If you're using CSS, you might find it aligns closely with Mediumblue. This translates to an RGB value of rgb(51, 29, 240).
If you are designing for print, the four-color process is what matters most. The color uses 79% Cyan, 88% Magenta, 0% Yellow, and 6% Black. The HSL representation is 246.3° hue, 87.6% saturation, and 52.7% lightness.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #FFFFFF text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#331DF0
RGB51, 29, 240
HSL246.3°, 87.6%, 52.7%
CMYK79%, 88%, 0%, 6%
HSV246.3°, 87.9%, 94.1%
LAB33.7, 70.3, -97.0
XYZ17.5, 7.9, 83.0
Decimal3350000
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.16:1
Text on #FFFFFF
AAA
2.57:1
Text on #000000
FAIL
7.80:1
Text on #F8FAFC
AAA
2.19:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #331DF0;
}
.text-color {
color: #331DF0;
}
.border-color {
border: 2px solid #331DF0;
}