#423AF8
A light, vivid blue closely aligning with Mediumblue.
About #423AF8
Visually, #423AF8 is defined as a vivid blue. It is closely associated with the named CSS color Mediumblue. In the RGB color space, it consists of 66 red, 58 green, and 248 blue.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 73% cyan, 77% magenta, 0% yellow, and 3% black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #FFFFFF text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#423AF8
RGB66, 58, 248
HSL242.5°, 93.1%, 60.0%
CMYK73%, 77%, 0%, 3%
HSV242.5°, 76.6%, 97.3%
LAB39.5, 61.5, -91.9
XYZ20.7, 11.0, 89.8
Decimal4340472
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.58:1
Text on #FFFFFF
AA
3.19:1
Text on #000000
AA Large
6.29:1
Text on #F8FAFC
AA
2.71:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #423AF8;
}
.text-color {
color: #423AF8;
}
.border-color {
border: 2px solid #423AF8;
}