#2CA8FF
A medium, vivid blue closely aligning with Cornflowerblue.
About #2CA8FF
When working with digital screens, the color #2CA8FF is rendered by mixing light. If you're using CSS, you might find it aligns closely with Cornflowerblue. This translates to an RGB value of rgb(44, 168, 255).
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 83% cyan and 34% magenta inks. With a hue angle of 204.7 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 #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#2CA8FF
RGB44, 168, 255
HSL204.7°, 100.0%, 58.6%
CMYK83%, 34%, 0%, 0%
HSV204.7°, 82.7%, 100.0%
LAB66.3, -3.2, -52.3
XYZ33.1, 35.8, 99.8
Decimal2926847
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.58:1
Text on #FFFFFF
FAIL
8.15:1
Text on #000000
AAA
2.46:1
Text on #F8FAFC
FAIL
6.93:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #2CA8FF;
}
.text-color {
color: #2CA8FF;
}
.border-color {
border: 2px solid #2CA8FF;
}