#2C0FE9
A medium, vivid blue closely aligning with Mediumblue.
About #2C0FE9
At its core, #2C0FE9 is a medium and vivid hue. Designers often compare it to the standard color Mediumblue. This translates to an RGB value of rgb(44, 15, 233).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 81% cyan, 94% magenta, 0% yellow, and 9% black. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#2C0FE9
RGB44, 15, 233
HSL248.0°, 87.9%, 48.6%
CMYK81%, 94%, 0%, 9%
HSV248.0°, 93.6%, 91.4%
LAB31.3, 71.9, -97.1
XYZ15.9, 6.8, 77.6
Decimal2887657
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.93:1
Text on #FFFFFF
AAA
2.35:1
Text on #000000
FAIL
8.53:1
Text on #F8FAFC
AAA
2.00:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #2C0FE9;
}
.text-color {
color: #2C0FE9;
}
.border-color {
border: 2px solid #2C0FE9;
}