Crystal
#a7d8de
Crystal, represented by the hex value #a7d8de, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #a7d8de | |
|---|---|---|
| RGB | rgb(167, 216, 222) | |
| HSL | hsl(187, 45%, 76%) | |
| CMYK | cmyk(25%, 3%, 0%, 13%) | |
| LAB | lab(83, -15, -8) | |
| OKLCH | oklch(0.85 0.051 206) |
Color harmonies
Tints & shades
Code snippets
color: #a7d8de;
background-color: #a7d8de;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-cyan-500 /* ≈ #00b8db */
/* Flutter */
Color(0xFFA7D8DE)
/* Swift / UIKit */
UIColor(red: 0.65, green: 0.85, blue: 0.87, alpha: 1.0)