#3AAFB6
A medium, moderate cyan closely aligning with Lightseagreen.
About #3AAFB6
When working with digital screens, the color #3AAFB6 is rendered by mixing light. Its closest recognized web color is Lightseagreen. This translates to an RGB value of rgb(58, 175, 182).
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 68% cyan, 4% magenta, 0% yellow, and 29% black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#3AAFB6
RGB58, 175, 182
HSL183.4°, 51.7%, 47.1%
CMYK68%, 4%, 0%, 29%
HSV183.4°, 68.1%, 71.4%
LAB65.7, -29.6, -13.1
XYZ25.5, 34.9, 49.7
Decimal3846070
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.63:1
Text on #FFFFFF
FAIL
7.99:1
Text on #000000
AAA
2.51:1
Text on #F8FAFC
FAIL
6.79:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #3AAFB6;
}
.text-color {
color: #3AAFB6;
}
.border-color {
border: 2px solid #3AAFB6;
}