#07493A
A very dark, vivid cyan closely aligning with Darkslategray.
About #07493A
At its core, #07493A is a very dark and vivid hue. Designers often compare it to the standard color Darkslategray. To achieve this exact tint on a monitor, you would use an RGB mix of 7, 73, and 58.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 90% cyan, 0% magenta, 21% yellow, and 71% 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. The calculated luminance score dictates that #FFFFFF typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#07493A
RGB7, 73, 58
HSL166.4°, 82.5%, 15.7%
CMYK90%, 0%, 21%, 71%
HSV166.4°, 90.4%, 28.6%
LAB27.1, -23.6, 3.5
XYZ3.2, 5.1, 4.8
Decimal477498
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.38:1
Text on #FFFFFF
AAA
2.02:1
Text on #000000
FAIL
9.92:1
Text on #F8FAFC
AAA
1.72:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #07493A;
}
.text-color {
color: #07493A;
}
.border-color {
border: 2px solid #07493A;
}