#2C07F8
A medium, vivid blue closely aligning with Blue.
About #2C07F8
The precise color #2C07F8 is an excellent choice for modern design projects. Its closest recognized web color is Blue. In the RGB color space, it consists of 44 red, 7 green, and 248 blue.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 82% cyan, 97% magenta, 0% yellow, and 3% black. With a hue angle of 249.2 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. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#2C07F8
RGB44, 7, 248
HSL249.2°, 94.5%, 50.0%
CMYK82%, 97%, 0%, 3%
HSV249.2°, 97.2%, 97.3%
LAB32.8, 76.9, -103.0
XYZ18.1, 7.5, 89.3
Decimal2885624
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.42:1
Text on #FFFFFF
AAA
2.49:1
Text on #000000
FAIL
8.05:1
Text on #F8FAFC
AAA
2.12:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #2C07F8;
}
.text-color {
color: #2C07F8;
}
.border-color {
border: 2px solid #2C07F8;
}