#422CDB
A medium, vivid blue closely aligning with Mediumblue.
About #422CDB
At its core, #422CDB is a medium and vivid hue. It is closely associated with the named CSS color Mediumblue. This translates to an RGB value of rgb(66, 44, 219).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 70% C, 80% M, 0% Y, and 14% K. With a hue angle of 247.5 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. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#422CDB
RGB66, 44, 219
HSL247.5°, 70.9%, 51.6%
CMYK70%, 80%, 0%, 14%
HSV247.5°, 79.9%, 85.9%
LAB34.1, 59.6, -84.3
XYZ15.9, 8.1, 67.7
Decimal4336859
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.03:1
Text on #FFFFFF
AAA
2.61:1
Text on #000000
FAIL
7.68:1
Text on #F8FAFC
AAA
2.22:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #422CDB;
}
.text-color {
color: #422CDB;
}
.border-color {
border: 2px solid #422CDB;
}