#2C07FF
A medium, vivid blue closely aligning with Blue.
About #2C07FF
Visually, #2C07FF is defined as a vivid blue. Its closest recognized web color is Blue. Its digital footprint relies on 44 parts red, 7 parts green, and 255 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. The color uses 83% Cyan, 97% Magenta, 0% Yellow, and 0% Black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#2C07FF
RGB44, 7, 255
HSL249.0°, 100.0%, 51.4%
CMYK83%, 97%, 0%, 0%
HSV249.0°, 97.3%, 100.0%
LAB33.8, 78.6, -105.3
XYZ19.2, 7.9, 95.1
Decimal2885631
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.13:1
Text on #FFFFFF
AAA
2.58:1
Text on #000000
FAIL
7.78:1
Text on #F8FAFC
AAA
2.19:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #2C07FF;
}
.text-color {
color: #2C07FF;
}
.border-color {
border: 2px solid #2C07FF;
}