#1650A8
A dark, vivid blue closely aligning with Darkslateblue.
About #1650A8
When working with digital screens, the color #1650A8 is rendered by mixing light. Its closest recognized web color is Darkslateblue. In the RGB color space, it consists of 22 red, 80 green, and 168 blue.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 87% C, 52% M, 0% Y, and 34% K. With a hue angle of 216.2 degrees, it sits comfortably in the blue spectrum.
From a UX and accessibility standpoint, contrast is paramount. Because it is a dark color, it is generally recommended to use #FFFFFF text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#1650A8
RGB22, 80, 168
HSL216.2°, 76.8%, 37.3%
CMYK87%, 52%, 0%, 34%
HSV216.2°, 86.9%, 65.9%
LAB35.5, 16.3, -52.3
XYZ10.3, 8.7, 38.2
Decimal1462440
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.64:1
Text on #FFFFFF
AAA
2.75:1
Text on #000000
FAIL
7.31:1
Text on #F8FAFC
AAA
2.34:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #1650A8;
}
.text-color {
color: #1650A8;
}
.border-color {
border: 2px solid #1650A8;
}