#423ADB
A medium, moderate blue closely aligning with Blueviolet.
About #423ADB
The hex code #423ADB represents a beautifully specific shade of blue. It is closely associated with the named CSS color Blueviolet. In the RGB color space, it consists of 66 red, 58 green, and 219 blue.
Translating this color to physical media requires the CMYK color model. The color uses 70% Cyan, 74% Magenta, 0% Yellow, and 14% Black. With a hue angle of 243.0 degrees, it sits comfortably in the blue spectrum.
When using this color as a background, text legibility must be considered. 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#423ADB
RGB66, 58, 219
HSL243.0°, 69.1%, 54.3%
CMYK70%, 74%, 0%, 14%
HSV243.0°, 73.5%, 85.9%
LAB36.6, 52.7, -80.3
XYZ16.5, 9.3, 67.9
Decimal4340443
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.34:1
Text on #FFFFFF
AAA
2.86:1
Text on #000000
FAIL
7.02:1
Text on #F8FAFC
AAA
2.43:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #423ADB;
}
.text-color {
color: #423ADB;
}
.border-color {
border: 2px solid #423ADB;
}