#07DBA8
A medium, vivid cyan closely aligning with Aquamarine.
About #07DBA8
When working with digital screens, the color #07DBA8 is rendered by mixing light. Designers often compare it to the standard color Aquamarine. This translates to an RGB value of rgb(7, 219, 168).
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 97% cyan, 0% magenta, 23% yellow, and 14% black. With a hue angle of 165.6 degrees, it sits comfortably in the cyan spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#07DBA8
RGB7, 219, 168
HSL165.6°, 93.8%, 44.3%
CMYK97%, 0%, 23%, 14%
HSV165.6°, 96.8%, 85.9%
LAB78.2, -56.4, 12.7
XYZ32.5, 53.5, 45.7
Decimal514984
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.79:1
Text on #FFFFFF
FAIL
11.71:1
Text on #000000
AAA
1.71:1
Text on #F8FAFC
FAIL
9.95:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #07DBA8;
}
.text-color {
color: #07DBA8;
}
.border-color {
border: 2px solid #07DBA8;
}