#07A88A
A dark, vivid cyan closely aligning with Lightseagreen.
About #07A88A
At its core, #07A88A is a dark and vivid hue. Designers often compare it to the standard color Lightseagreen. In the RGB color space, it consists of 7 red, 168 green, and 138 blue.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 96% cyan and 0% magenta inks. The HSL representation is 168.8° hue, 92.0% saturation, and 34.3% lightness.
From a UX and accessibility standpoint, contrast is paramount. 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#07A88A
RGB7, 168, 138
HSL168.8°, 92.0%, 34.3%
CMYK96%, 0%, 18%, 34%
HSV168.8°, 95.8%, 65.9%
LAB61.6, -43.6, 5.3
XYZ18.7, 29.9, 28.8
Decimal501898
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.01:1
Text on #FFFFFF
AA Large
6.98:1
Text on #000000
AA
2.88:1
Text on #F8FAFC
FAIL
5.93:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #07A88A;
}
.text-color {
color: #07A88A;
}
.border-color {
border: 2px solid #07A88A;
}