Caribou
#816c5e
Looking for the precise values behind Caribou (#816c5e)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #816c5e | |
|---|---|---|
| RGB | rgb(129, 108, 94) | |
| HSL | hsl(24, 16%, 44%) | |
| CMYK | cmyk(0%, 16%, 27%, 49%) | |
| LAB | lab(47, 7, 11) | |
| OKLCH | oklch(0.55 0.034 56) |
Color harmonies
Tints & shades
Code snippets
color: #816c5e;
background-color: #816c5e;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF816C5E)
/* Swift / UIKit */
UIColor(red: 0.51, green: 0.42, blue: 0.37, alpha: 1.0)