#33425F
A dark, moderate blue closely aligning with Darkslategray.
About #33425F
When working with digital screens, the color #33425F is rendered by mixing light. It is closely associated with the named CSS color Darkslategray. In the RGB color space, it consists of 51 red, 66 green, and 95 blue.
For print applications, it's crucial to understand its CMYK makeup. The color uses 46% Cyan, 31% Magenta, 0% Yellow, and 63% Black. This makes it a relatively dark color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #FFFFFF text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#33425F
RGB51, 66, 95
HSL219.5°, 30.1%, 28.6%
CMYK46%, 31%, 0%, 63%
HSV219.5°, 46.3%, 37.3%
LAB27.9, 2.7, -19.1
XYZ5.4, 5.4, 11.6
Decimal3359327
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.07:1
Text on #FFFFFF
AAA
2.09:1
Text on #000000
FAIL
9.63:1
Text on #F8FAFC
AAA
1.77:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #33425F;
}
.text-color {
color: #33425F;
}
.border-color {
border: 2px solid #33425F;
}