#3AFFE9
A light, vivid cyan closely aligning with Aqua.
About #3AFFE9
When working with digital screens, the color #3AFFE9 is rendered by mixing light. Its closest recognized web color is Aqua. This translates to an RGB value of rgb(58, 255, 233).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 77% C, 0% M, 9% Y, and 0% K. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. 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#3AFFE9
RGB58, 255, 233
HSL173.3°, 100.0%, 61.4%
CMYK77%, 0%, 9%, 0%
HSV173.3°, 77.3%, 100.0%
LAB90.9, -51.4, -3.0
XYZ52.2, 78.3, 89.5
Decimal3866601
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.26:1
Text on #FFFFFF
FAIL
16.66:1
Text on #000000
AAA
1.20:1
Text on #F8FAFC
FAIL
14.16:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #3AFFE9;
}
.text-color {
color: #3AFFE9;
}
.border-color {
border: 2px solid #3AFFE9;
}