#423AD3
A medium, moderate blue closely aligning with Blueviolet.
About #423AD3
Visually, #423AD3 is defined as a moderate blue. If you're using CSS, you might find it aligns closely with Blueviolet. To achieve this exact tint on a monitor, you would use an RGB mix of 66, 58, and 211.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 69% C, 73% M, 0% Y, and 17% K. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. 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#423AD3
RGB66, 58, 211
HSL243.1°, 63.5%, 52.7%
CMYK69%, 73%, 0%, 17%
HSV243.1°, 72.5%, 82.7%
LAB35.8, 50.1, -77.0
XYZ15.5, 8.9, 62.5
Decimal4340435
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.56:1
Text on #FFFFFF
AAA
2.78:1
Text on #000000
FAIL
7.23:1
Text on #F8FAFC
AAA
2.36:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #423AD3;
}
.text-color {
color: #423AD3;
}
.border-color {
border: 2px solid #423AD3;
}