#423ACC
A medium, moderate blue closely aligning with Mediumslateblue.
About #423ACC
Visually, #423ACC is defined as a moderate blue. It is closely associated with the named CSS color Mediumslateblue. This translates to an RGB value of rgb(66, 58, 204).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 68% cyan and 72% magenta inks. This makes it a relatively light color when applied to physical surfaces.
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#423ACC
RGB66, 58, 204
HSL243.3°, 58.9%, 51.4%
CMYK68%, 72%, 0%, 20%
HSV243.3°, 71.6%, 80.0%
LAB35.1, 47.9, -74.0
XYZ14.7, 8.5, 58.0
Decimal4340428
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.75:1
Text on #FFFFFF
AAA
2.71:1
Text on #000000
FAIL
7.41:1
Text on #F8FAFC
AAA
2.30:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #423ACC;
}
.text-color {
color: #423ACC;
}
.border-color {
border: 2px solid #423ACC;
}