#33927C
A dark, moderate cyan closely aligning with Darkcyan.
About #33927C
Visually, #33927C is defined as a moderate cyan. If you're using CSS, you might find it aligns closely with Darkcyan. This translates to an RGB value of rgb(51, 146, 124).
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 65% Cyan, 0% Magenta, 15% Yellow, and 43% Black. The HSL representation is 166.1° hue, 48.2% saturation, and 38.6% lightness.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#33927C
RGB51, 146, 124
HSL166.1°, 48.2%, 38.6%
CMYK65%, 0%, 15%, 43%
HSV166.1°, 65.1%, 57.3%
LAB54.8, -33.2, 3.5
XYZ15.3, 22.7, 22.6
Decimal3379836
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.79:1
Text on #FFFFFF
AA Large
5.54:1
Text on #000000
AA
3.62:1
Text on #F8FAFC
AA Large
4.71:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #33927C;
}
.text-color {
color: #33927C;
}
.border-color {
border: 2px solid #33927C;
}