Moonlight Mauve
#ca83a7
Moonlight Mauve, represented by the hex value #ca83a7, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #ca83a7 | |
|---|---|---|
| RGB | rgb(202, 131, 167) | |
| HSL | hsl(330, 40%, 65%) | |
| CMYK | cmyk(0%, 35%, 17%, 21%) | |
| LAB | lab(63, 32, -7) | |
| OKLCH | oklch(0.69 0.098 348) |
Color harmonies
Tints & shades
Code snippets
color: #ca83a7;
background-color: #ca83a7;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-pink-500 /* ≈ #f6339a */
/* Flutter */
Color(0xFFCA83A7)
/* Swift / UIKit */
UIColor(red: 0.79, green: 0.51, blue: 0.65, alpha: 1.0)