#3ACCF0
A medium, vivid cyan closely aligning with Skyblue.
About #3ACCF0
Visually, #3ACCF0 is defined as a vivid cyan. Its closest recognized web color is Skyblue. In the RGB color space, it consists of 58 red, 204 green, and 240 blue.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 76% C, 15% M, 0% Y, and 6% K. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#3ACCF0
RGB58, 204, 240
HSL191.9°, 85.8%, 58.4%
CMYK76%, 15%, 0%, 6%
HSV191.9°, 75.8%, 94.1%
LAB76.3, -26.1, -28.6
XYZ39.1, 50.4, 90.1
Decimal3853552
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.90:1
Text on #FFFFFF
FAIL
11.08:1
Text on #000000
AAA
1.81:1
Text on #F8FAFC
FAIL
9.42:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #3ACCF0;
}
.text-color {
color: #3ACCF0;
}
.border-color {
border: 2px solid #3ACCF0;
}