#039293
A dark, vivid cyan closely aligning with Darkcyan.
About #039293
When working with digital screens, the color #039293 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Darkcyan. This translates to an RGB value of rgb(3, 146, 147).
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 98% Cyan, 1% Magenta, 0% Yellow, and 42% Black. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. Because it is a dark color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#039293
RGB3, 146, 147
HSL180.4°, 96.0%, 29.4%
CMYK98%, 1%, 0%, 42%
HSV180.4°, 98.0%, 57.6%
LAB54.7, -31.3, -9.8
XYZ15.6, 22.7, 31.2
Decimal234131
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.63:1
Text on #F8FAFC
AA Large
4.71:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #039293;
}
.text-color {
color: #039293;
}
.border-color {
border: 2px solid #039293;
}