#3AF0C5
A medium, vivid cyan closely aligning with Aquamarine.
About #3AF0C5
Visually, #3AF0C5 is defined as a vivid cyan. It is closely associated with the named CSS color Aquamarine. In the RGB color space, it consists of 58 red, 240 green, and 197 blue.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 76% cyan, 0% magenta, 18% yellow, and 6% black. This makes it a relatively light 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 #000000 typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#3AF0C5
RGB58, 240, 197
HSL165.8°, 85.8%, 58.4%
CMYK76%, 0%, 18%, 6%
HSV165.8°, 75.8%, 94.1%
LAB85.6, -54.3, 8.1
XYZ43.0, 67.3, 63.5
Decimal3862725
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.45:1
Text on #FFFFFF
FAIL
14.45:1
Text on #000000
AAA
1.39:1
Text on #F8FAFC
FAIL
12.28:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #3AF0C5;
}
.text-color {
color: #3AF0C5;
}
.border-color {
border: 2px solid #3AF0C5;
}