#3A42F8
A light, vivid blue closely aligning with Mediumblue.
About #3A42F8
When working with digital screens, the color #3A42F8 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Mediumblue. In the RGB color space, it consists of 58 red, 66 green, and 248 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 77% C, 73% M, 0% Y, and 3% K. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. Because it is a light color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#3A42F8
RGB58, 66, 248
HSL237.5°, 93.1%, 60.0%
CMYK77%, 73%, 0%, 3%
HSV237.5°, 76.6%, 97.3%
LAB40.5, 56.9, -90.2
XYZ20.6, 11.6, 90.0
Decimal3818232
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.34:1
Text on #FFFFFF
AA
3.31:1
Text on #000000
AA Large
6.06:1
Text on #F8FAFC
AA
2.82:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #3A42F8;
}
.text-color {
color: #3A42F8;
}
.border-color {
border: 2px solid #3A42F8;
}