#8ED1FC color
#8ED1FC is a light, vivid blue, closest to the CSS named color lightskyblue (#87CEFA).
Color values
| HEX | #8ED1FC |
| RGB | rgb(142, 209, 252) |
| HSL | hsl(203, 95%, 77%) |
| CMYK | cmyk(44%, 17%, 0%, 1%) |
| Decimal | 9359868 |
| CSS | color: #8ED1FC; |
| Android | 0xFF8ED1FC |
| Swift | UIColor(red: 0.557, green: 0.820, blue: 0.988, alpha: 1) |
Accessibility and contrast
| White text on #8ED1FC | 1.66:1 — AA fail · AA large fail · AAA fail |
| Black text on #8ED1FC | 12.68:1 — AA pass · AA large pass · AAA pass |
| Recommended text color | black |
WCAG 2.1 asks for at least 4.5:1 for body text and 3:1 for large text (18 pt, or 14 pt bold).
Tints and shades of #8ED1FC
Each swatch keeps the hue and saturation of #8ED1FC and varies only lightness — the quickest way to build a usable scale from a single brand color.
Colors that go with #8ED1FC
Harmonies generated by rotating the hue on the color wheel while holding saturation and lightness constant.
Using #8ED1FC in code
/* CSS */
.element { color: #8ED1FC; background-color: #8ED1FC; }
.element { color: rgb(142 209 252); }
.element { color: hsl(203 95% 77%); }
/* Tailwind arbitrary value */
<div class="bg-[#8ED1FC] text-black">
/* SCSS variable */
$brand: #8ED1FC;
Frequently asked questions
What color is #8ED1FC?
#8ED1FC is a light, vivid blue. Its hue sits at 203° on the color wheel, with 95% saturation and 77% lightness.
What is #8ED1FC in RGB?
#8ED1FC converts to rgb(142, 209, 252) — 142 red, 209 green and 252 blue.
What is #8ED1FC in CMYK?
Approximately cmyk(44%, 17%, 0%, 1%). Print output depends on the ICC profile of the press and paper, so treat this as a starting point rather than an exact match.
Should text on #8ED1FC be white or black?
Black gives the better contrast ratio (12.68:1 versus 1.66:1).
What is the complementary color of #8ED1FC?
#FCB78D — the hue directly opposite #8ED1FC on the color wheel.