#2C00E9
A medium, vivid blue closely aligning with Blue.
About #2C00E9
At its core, #2C00E9 is a medium and vivid hue. Its closest recognized web color is Blue. To achieve this exact tint on a monitor, you would use an RGB mix of 44, 0, and 233.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 81% cyan and 100% magenta inks. With a hue angle of 251.3 degrees, it sits comfortably in the blue spectrum.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #FFFFFF text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#2C00E9
RGB44, 0, 233
HSL251.3°, 100.0%, 45.7%
CMYK81%, 100%, 0%, 9%
HSV251.3°, 100.0%, 91.4%
LAB30.4, 74.4, -98.5
XYZ15.7, 6.4, 77.5
Decimal2883817
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.20:1
Text on #FFFFFF
AAA
2.28:1
Text on #000000
FAIL
8.79:1
Text on #F8FAFC
AAA
1.94:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #2C00E9;
}
.text-color {
color: #2C00E9;
}
.border-color {
border: 2px solid #2C00E9;
}