Sky
#76d6ff
Sky is a color with the hex code #76d6ff. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #76d6ff | |
|---|---|---|
| RGB | rgb(118, 214, 255) | |
| HSL | hsl(198, 100%, 73%) | |
| CMYK | cmyk(54%, 16%, 0%, 0%) | |
| LAB | lab(81, -21, -29) | |
| OKLCH | oklch(0.83 0.107 228) |
Color harmonies
Tints & shades
Code snippets
color: #76d6ff;
background-color: #76d6ff;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-cyan-500 /* ≈ #00b8db */
/* Flutter */
Color(0xFF76D6FF)
/* Swift / UIKit */
UIColor(red: 0.46, green: 0.84, blue: 1.00, alpha: 1.0)