Moon Veil
#8d99b1
Moon Veil, represented by the hex value #8d99b1, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #8d99b1 | |
|---|---|---|
| RGB | rgb(141, 153, 177) | |
| HSL | hsl(220, 19%, 62%) | |
| CMYK | cmyk(20%, 14%, 0%, 31%) | |
| LAB | lab(63, 0, -14) | |
| OKLCH | oklch(0.68 0.038 264) |
Color harmonies
Tints & shades
Code snippets
color: #8d99b1;
background-color: #8d99b1;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-cyan-500 /* ≈ #00b8db */
/* Flutter */
Color(0xFF8D99B1)
/* Swift / UIKit */
UIColor(red: 0.55, green: 0.60, blue: 0.69, alpha: 1.0)