#33665F
A dark, moderate cyan closely aligning with Darkslategray.
About #33665F
When working with digital screens, the color #33665F is rendered by mixing light. If you're using CSS, you might find it aligns closely with Darkslategray. This translates to an RGB value of rgb(51, 102, 95).
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 50% Cyan, 0% Magenta, 7% Yellow, and 60% Black. With a hue angle of 171.8 degrees, it sits comfortably in the cyan spectrum.
From a UX and accessibility standpoint, contrast is paramount. 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#33665F
RGB51, 102, 95
HSL171.8°, 33.3%, 30.0%
CMYK50%, 0%, 7%, 60%
HSV171.8°, 50.0%, 40.0%
LAB39.6, -19.0, -1.3
XYZ8.2, 11.0, 12.5
Decimal3368543
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.55:1
Text on #FFFFFF
AA
3.21:1
Text on #000000
AA Large
6.26:1
Text on #F8FAFC
AA
2.73:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #33665F;
}
.text-color {
color: #33665F;
}
.border-color {
border: 2px solid #33665F;
}