#2C3AE2
A medium, vivid blue closely aligning with Mediumblue.
About #2C3AE2
The precise color #2C3AE2 is an excellent choice for modern design projects. It is closely associated with the named CSS color Mediumblue. This translates to an RGB value of rgb(44, 58, 226).
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 81% C, 74% M, 0% Y, and 11% K. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#2C3AE2
RGB44, 58, 226
HSL235.4°, 75.8%, 52.9%
CMYK81%, 74%, 0%, 11%
HSV235.4°, 80.5%, 88.6%
LAB36.1, 53.2, -85.1
XYZ16.3, 9.1, 72.8
Decimal2898658
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.47:1
Text on #FFFFFF
AAA
2.81:1
Text on #000000
FAIL
7.14:1
Text on #F8FAFC
AAA
2.39:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #2C3AE2;
}
.text-color {
color: #2C3AE2;
}
.border-color {
border: 2px solid #2C3AE2;
}