#004283
A dark, vivid blue closely aligning with Darkslateblue.
About #004283
When working with digital screens, the color #004283 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Darkslateblue. Its digital footprint relies on 0 parts red, 66 parts green, and 131 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. The color uses 100% Cyan, 50% Magenta, 0% Yellow, and 49% Black. With a hue angle of 209.8 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#004283
RGB0, 66, 131
HSL209.8°, 100.0%, 25.7%
CMYK100%, 50%, 0%, 49%
HSV209.8°, 100.0%, 51.4%
LAB28.2, 9.0, -41.5
XYZ6.0, 5.5, 22.2
Decimal17027
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.97:1
Text on #FFFFFF
AAA
2.11:1
Text on #000000
FAIL
9.53:1
Text on #F8FAFC
AAA
1.79:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #004283;
}
.text-color {
color: #004283;
}
.border-color {
border: 2px solid #004283;
}