Brume
#c6c6c2
Brume is a color with the hex code #c6c6c2. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #c6c6c2 | |
|---|---|---|
| RGB | rgb(198, 198, 194) | |
| HSL | hsl(60, 3%, 77%) | |
| CMYK | cmyk(0%, 0%, 2%, 22%) | |
| LAB | lab(80, -1, 2) | |
| OKLCH | oklch(0.83 0.006 107) |
Color harmonies
Tints & shades
Code snippets
color: #c6c6c2;
background-color: #c6c6c2;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFC6C6C2)
/* Swift / UIKit */
UIColor(red: 0.78, green: 0.78, blue: 0.76, alpha: 1.0)