#2C3AF0
A medium, vivid blue closely aligning with Mediumblue.
About #2C3AF0
When working with digital screens, the color #2C3AF0 is rendered by mixing light. Designers often compare it to the standard color Mediumblue. This translates to an RGB value of rgb(44, 58, 240).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 82% C, 76% M, 0% Y, and 6% K. The HSL representation is 235.7° hue, 86.7% saturation, and 55.7% lightness.
Ensuring your text is legible against this background is a key part of web design. Because it is a medium color, it is generally recommended to use #FFFFFF text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#2C3AF0
RGB44, 58, 240
HSL235.7°, 86.7%, 55.7%
CMYK82%, 76%, 0%, 6%
HSV235.7°, 81.7%, 94.1%
LAB37.6, 57.7, -90.6
XYZ18.3, 9.9, 83.4
Decimal2898672
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.07:1
Text on #FFFFFF
AAA
2.97:1
Text on #000000
FAIL
6.76:1
Text on #F8FAFC
AA
2.53:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #2C3AF0;
}
.text-color {
color: #2C3AF0;
}
.border-color {
border: 2px solid #2C3AF0;
}