#8ACCF0
A light, vivid blue closely aligning with Skyblue.
About #8ACCF0
Visually, #8ACCF0 is defined as a vivid blue. It is closely associated with the named CSS color Skyblue. In the RGB color space, it consists of 138 red, 204 green, and 240 blue.
For print applications, it's crucial to understand its CMYK makeup. The color uses 43% Cyan, 15% Magenta, 0% Yellow, and 6% Black. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. Because it is a light color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#8ACCF0
RGB138, 204, 240
HSL201.2°, 77.3%, 74.1%
CMYK43%, 15%, 0%, 6%
HSV201.2°, 42.5%, 94.1%
LAB79.0, -11.7, -24.3
XYZ47.8, 54.9, 90.5
Decimal9096432
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.75:1
Text on #FFFFFF
FAIL
11.98:1
Text on #000000
AAA
1.68:1
Text on #F8FAFC
FAIL
10.18:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #8ACCF0;
}
.text-color {
color: #8ACCF0;
}
.border-color {
border: 2px solid #8ACCF0;
}