#2C00FF
A medium, vivid blue closely aligning with Blue.
About #2C00FF
Visually, #2C00FF is defined as a vivid blue. Designers often compare it to the standard color Blue. To achieve this exact tint on a monitor, you would use an RGB mix of 44, 0, and 255.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 83% cyan and 100% magenta inks. With a hue angle of 250.4 degrees, it sits comfortably in the blue spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #FFFFFF text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#2C00FF
RGB44, 0, 255
HSL250.4°, 100.0%, 50.0%
CMYK83%, 100%, 0%, 0%
HSV250.4°, 100.0%, 100.0%
LAB33.5, 79.6, -105.9
XYZ19.1, 7.8, 95.1
Decimal2883839
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.23:1
Text on #FFFFFF
AAA
2.55:1
Text on #000000
FAIL
7.87:1
Text on #F8FAFC
AAA
2.17:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #2C00FF;
}
.text-color {
color: #2C00FF;
}
.border-color {
border: 2px solid #2C00FF;
}