#335050
A dark, muted cyan closely aligning with Darkslategray.
About #335050
Visually, #335050 is defined as a muted cyan. If you're using CSS, you might find it aligns closely with Darkslategray. Its digital footprint relies on 51 parts red, 80 parts green, and 80 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 36% cyan and 0% magenta inks. Always request a physical proof before doing a large print run with this exact code.
When using this color as a background, text legibility must be considered. Because it is a dark color, it is generally recommended to use #FFFFFF text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#335050
RGB51, 80, 80
HSL180.0°, 22.1%, 25.7%
CMYK36%, 0%, 0%, 69%
HSV180.0°, 36.2%, 31.4%
LAB31.9, -10.8, -3.5
XYZ5.7, 7.0, 8.6
Decimal3362896
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.74:1
Text on #FFFFFF
AAA
2.40:1
Text on #000000
FAIL
8.35:1
Text on #F8FAFC
AAA
2.04:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #335050;
}
.text-color {
color: #335050;
}
.border-color {
border: 2px solid #335050;
}