Moonbeam
#c2b8ae
Moonbeam is a color with the hex code #c2b8ae. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #c2b8ae | |
|---|---|---|
| RGB | rgb(194, 184, 174) | |
| HSL | hsl(30, 14%, 72%) | |
| CMYK | cmyk(0%, 5%, 10%, 24%) | |
| LAB | lab(75, 2, 6) | |
| OKLCH | oklch(0.79 0.018 68) |
Color harmonies
Tints & shades
Code snippets
color: #c2b8ae;
background-color: #c2b8ae;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFC2B8AE)
/* Swift / UIKit */
UIColor(red: 0.76, green: 0.72, blue: 0.68, alpha: 1.0)